Home
last modified time | relevance | path

Searched refs:RIO_EISA (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Driospace.h79 #define RIO_EISA 0x3 macro
Drioinit.c598 RIOMachineType |= (1<<RIO_EISA);
771 if ( RIOBoardTest( Paddr,Caddr,RIO_EISA,EisaSlot) == RIO_SUCCESS )
776 EisaSlot,Ivec,RIO_EISA,Paddr,Caddr,Mode);
784 p->RIOHosts[RIONumHosts].Type = RIO_EISA;
820 if (RIOMachineType & RIO_EISA)
1336 case RIO_EISA:
1600 case RIO_EISA:
Driointr.c146 if( HostP->Type == RIO_EISA )
293 case RIO_EISA:
333 case RIO_EISA:
Drioroute.c856 case RIO_EISA:
Drioboot.c206 case RIO_EISA: in rio_start_card_running()