Home
last modified time | relevance | path

Searched refs:brd_phys (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/ !
Dgdth.c694 ha->brd_phys = (u32)eisa_adr >> 12; in gdth_init_eisa()
831 ha->brd_phys = bios_adr >> 4; in gdth_init_isa()
876 ha->brd_phys = (pdev->bus->number << 8) | (pdev->devfn & 0xf8); in gdth_init_pci()
3624 printk("[EISA slot %d] ",(u16)ha->brd_phys); in gdth_async_event()
3626 printk("[DPMEM 0x%4X] ",(u16)ha->brd_phys); in gdth_async_event()
3628 printk("[PCI %d/%d] ",(u16)(ha->brd_phys>>8), in gdth_async_event()
3629 (u16)((ha->brd_phys>>3)&0x1f)); in gdth_async_event()
4544 ctrt.info = ha->brd_phys; in gdth_ioctl()
Dgdth.h859 u32 brd_phys; /* slot number/BIOS address */ member