Searched refs:pci_base (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/mips/vr41xx/tanbac-tb0229/ |
D | setup.c | 64 .pci_base = IO_MEM1_RESOURCE_START, 70 .pci_base = IO_MEM2_RESOURCE_START, 76 .pci_base = IO_PORT_RESOURCE_START,
|
/linux-2.4.37.9/arch/mips/vr41xx/common/ |
D | pciu.c | 210 ((s->pci_base >> 24) & PCI_ADDRESS_SETTING); in vr41xx_pciu_init() 218 ((s->pci_base >> 24) & PCI_ADDRESS_SETTING); in vr41xx_pciu_init() 226 ((s->pci_base >> 24) & PCI_ADDRESS_SETTING); in vr41xx_pciu_init()
|
/linux-2.4.37.9/drivers/net/skfp/ |
D | drvfbi.c | 1554 u_short pci_base ; local 1568 pci_base = ibase + get_rom_byte(smc,ibase+PCI_DATA_1) + 1571 if (image == get_rom_byte(smc,pci_base+CODE_TYPE)) { 1575 vpd = ibase + get_rom_byte(smc,pci_base+VPD_DATA_1) + 1576 (get_rom_byte(smc,pci_base+VPD_DATA_2) << 8) ; 1589 if (get_rom_byte(smc,pci_base+INDICATOR) & 0x80) {
|
/linux-2.4.37.9/include/asm-mips/vr41xx/ |
D | vr41xx.h | 219 uint32_t pci_base; member
|
/linux-2.4.37.9/drivers/scsi/ |
D | fdomain.c | 811 unsigned long pci_base; /* PCI I/O base address */ in fdomain_pci_bios_detect() local 844 pci_base = pci_resource_start(pdev, 0); in fdomain_pci_bios_detect() 851 *iobase = pci_base; in fdomain_pci_bios_detect() 856 " IRQ = %d, I/O base = 0x%x [0x%lx]\n", *irq, *iobase, pci_base ); in fdomain_pci_bios_detect()
|