Searched refs:IOBaseL (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTSinit.c121 cpqfcHBAdata->fcChip.Registers.IOBaseL =
186 DEBUG_PCI(printk(" IOBaseL = %x\n",
187 cpqfcHBAdata->fcChip.Registers.IOBaseL));
394 if( check_region( cpqfcHBAdata->fcChip.Registers.IOBaseL, 0xff) )
397 cpqfcHBAdata->fcChip.Registers.IOBaseL);
404 request_region( cpqfcHBAdata->fcChip.Registers.IOBaseL, 0xff, DEV_NAME);
407 cpqfcHBAdata->fcChip.Registers.IOBaseL ));
750 release_region( cpqfcHBAdata->fcChip.Registers.IOBaseL, 0xff);
788 cpqfcHBA->fcChip.Registers.IOBaseL,
H A DcpqfcTSstructs.h42 #define PCI_TRACE(x) inl( fcChip->Registers.IOBaseL +x);
43 #define PCI_TRACEO(x,y) outl( x, (fcChip->Registers.IOBaseL +y));
567 ULONG IOBaseL, IOBaseU; // I/O port lower and upper TL register addresses member in struct:__anon2290

Completed in 39 milliseconds