Searched refs:pci_base (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Ddev_sb1250_pcihost.c94 uint64_t pci_base; member in struct:sb1250_host_s
111 softc->pci_base = 0;
142 softc->pci_base = PCI_TO_CPU(data_addr);
169 src = softc->pci_base + boffset;
195 return softc->pci_base != 0 && softc->offset < softc->limit;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/vr41xx/
H A Dvr41xx.h130 u32 pci_base; member in struct:vr41xx_pci_address_space
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/vr41xx/
H A Dvr41xx.h130 u32 pci_base; member in struct:vr41xx_pci_address_space
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/vr41xx/
H A Dvr41xx.h130 u32 pci_base; member in struct:vr41xx_pci_address_space
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/vr41xx/
H A Dvr41xx.h130 u32 pci_base; member in struct:vr41xx_pci_address_space
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/common/
H A Dpciu.c238 ((s->pci_base & 0xff000000) >> 24);
245 ((s->pci_base & 0xff000000) >> 24);
252 ((s->pci_base & 0xff000000) >> 24);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Ddrvfbi.c1554 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) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dfdomain.c810 unsigned long pci_base; /* PCI I/O base address */ local
843 pci_base = pci_resource_start(pdev, 0);
850 *iobase = pci_base;
855 " IRQ = %d, I/O base = 0x%x [0x%lx]\n", *irq, *iobase, pci_base );
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_dvr.c3721 iopaddr_t pci_base; local
3736 pci_base = slotp->bss_d64_base;
3737 if ((pci_base != PCIBR_D64_BASE_UNSET) &&
3745 pci_base =
3751 pci_base = slotp->bss_d32_base;
3752 if ((pci_base != PCIBR_D32_BASE_UNSET) &&
3760 pci_base = PCI32_DIRECT_BASE;
3818 pci_addr = pci_base | xio_addr
3830 pci_addr = pci_base + (xio_addr - xio_base);
3852 slotp->bss_d64_base = pci_base;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dpcibr.c6107 iopaddr_t pci_base;
6122 pci_base = slotp->bss_d64_base;
6123 if ((pci_base != PCIBR_D64_BASE_UNSET) &&
6131 pci_base =
6137 pci_base = slotp->bss_d32_base;
6138 if ((pci_base != PCIBR_D32_BASE_UNSET) &&
6146 pci_base = PCI32_DIRECT_BASE;
6204 pci_addr = pci_base | xio_addr
6216 pci_addr = pci_base + (xio_addr - xio_base);
6238 slotp->bss_d64_base = pci_base;
[all...]

Completed in 82 milliseconds