Searched defs:PHYS_TO_PCI (Results 1 - 9 of 9) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/include/
H A Dpci_machdep.h84 #define PHYS_TO_PCI(a) ((uint32_t) (a)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/include/
H A Dpci_machdep.h81 #define PHYS_TO_PCI(a) ((uint32_t) (a) | 0x20000000) macro
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/include/
H A Dpci_machdep.h44 #define PHYS_TO_PCI(a) ((uint32_t) (a)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/include/
H A Dpci_machdep.h41 #define PHYS_TO_PCI(a) ((uint32_t) (a) | 0x20000000) macro
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_rtl8139.c221 #undef PHYS_TO_PCI macro
224 #define PHYS_TO_PCI(a) ((uint32_t) (a)) macro
H A Ddev_bcm4401.c276 #undef PHYS_TO_PCI macro
278 #define PHYS_TO_PCI(a) ((uint32_t) (a) + 0x40000000) macro
H A Ddev_i82559.c297 #undef PHYS_TO_PCI macro
299 #define PHYS_TO_PCI(a) ((uint32_t) (a)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c338 #undef PHYS_TO_PCI macro
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c361 #undef PHYS_TO_PCI macro
363 #define PHYS_TO_PCI(sc,a) ((uint32_t) (a) | (sc)->endian) macro

Completed in 108 milliseconds