Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dgdth.c693 ha->brd_phys = (u32)eisa_adr >> 12; in gdth_init_eisa()
830 ha->brd_phys = bios_adr >> 4; in gdth_init_isa()
875 ha->brd_phys = (pdev->bus->number << 8) | (pdev->devfn & 0xf8); in gdth_init_pci()
3623 printk("[EISA slot %d] ",(u16)ha->brd_phys); in gdth_async_event()
3625 printk("[DPMEM 0x%4X] ",(u16)ha->brd_phys); in gdth_async_event()
3627 printk("[PCI %d/%d] ",(u16)(ha->brd_phys>>8), in gdth_async_event()
3628 (u16)((ha->brd_phys>>3)&0x1f)); in gdth_async_event()
4543 ctrt.info = ha->brd_phys; in gdth_ioctl()
Dgdth.h859 u32 brd_phys; /* slot number/BIOS address */ member