Home
last modified time | relevance | path

Searched refs:OUTBZ (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Deisa.h102 #define OUTBZ(z,x,y) outb((((z)<<12) | (x)), y) macro
Drioinit.c612 OUTBZ( EisaSlot, EISA_ENABLE, RIO_EISA_ENABLE_BIT );
695 OUTBZ( EisaSlot, EISA_ENABLE, RIO_EISA_ENABLE_BIT );
1604 OUTBZ( Slot, EISA_CONTROL_PORT,
1607 OUTBZ( Slot, EISA_CONTROL_PORT,
1611 OUTBZ( Slot, EISA_CONTROL_PORT,
Drioboot.c211OUTBZ( HostP->Slot, EISA_CONTROL_PORT, HostP->Mode | RIOEisaVec2Ctrl[HostP->Ivec] | EISA_TP_RUN | … in rio_start_card_running()