Searched refs:IOBaseL (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | cpqfcTSinit.c | 92 cpqfcHBAdata->fcChip.Registers.IOBaseL = PciDev->resource[1].start & PCI_BASE_ADDRESS_IO_MASK; in Cpqfc_initHBAdata() 130 DEBUG_PCI(printk(" IOBaseL = %x\n", cpqfcHBAdata->fcChip.Registers.IOBaseL)); in Cpqfc_initHBAdata() 316 if (check_region(cpqfcHBAdata->fcChip.Registers.IOBaseL, 0xff)) { in cpqfcTS_detect() 317 printk(" cpqfcTS address in use: %x\n", cpqfcHBAdata->fcChip.Registers.IOBaseL); in cpqfcTS_detect() 323 request_region(cpqfcHBAdata->fcChip.Registers.IOBaseL, 0xff, DEV_NAME); in cpqfcTS_detect() 325 …DEBUG_PCI(printk(" Requesting 255 I/O addresses @ %x\n", cpqfcHBAdata->fcChip.Registers.IOBaseL)); in cpqfcTS_detect() 647 release_region(cpqfcHBAdata->fcChip.Registers.IOBaseL, 0xff); in cpqfcTS_release() 680 …, cpqfcHBA->PciDev->device, HostAdapter->irq, cpqfcHBA->fcChip.Registers.IOBaseL, cpqfcHBA->fcChip… in cpqfcTS_info()
|
D | cpqfcTSstructs.h | 47 #define PCI_TRACE(x) inl( fcChip->Registers.IOBaseL +x); 48 #define PCI_TRACEO(x,y) outl( x, (fcChip->Registers.IOBaseL +y)); 557 __u32 IOBaseL, IOBaseU; // I/O port lower and upper TL register addresses member
|