Searched refs:PHYS_TO_PCI (Results 1 - 13 of 13) 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/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/sb1250/include/
H A Dpci_machdep.h81 #define PHYS_TO_PCI(a) ((uint32_t) (a) | 0x20000000) 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
228 #define PTR_TO_PCI(x) (PHYS_TO_PCI(PTR_TO_PHYS(x)))
H A Ddev_bcm4401.c276 #undef PHYS_TO_PCI macro
278 #define PHYS_TO_PCI(a) ((uint32_t) (a) + 0x40000000) macro
282 #define PTR_TO_PCI(x) (PHYS_TO_PCI(PTR_TO_PHYS(x)))
H A Ddev_i82559.c297 #undef PHYS_TO_PCI macro
299 #define PHYS_TO_PCI(a) ((uint32_t) (a)) macro
303 #define PTR_TO_PCI(x) (PHYS_TO_PCI(PTR_TO_PHYS(x)))
H A Ddev_aic6915.c404 #define PTR_TO_PCI(x) (PHYS_TO_PCI(PTR_TO_PHYS(x)))
H A Ddev_dp83815.c267 #define PTR_TO_PCI(x) (PHYS_TO_PCI(PTR_TO_PHYS(x)))
H A Ddev_bcm5700.c459 #define PTR_TO_PCI(x) (PHYS_TO_PCI(PTR_TO_PHYS(x)))
H A Ddev_tulip.c308 #define PTR_TO_PCI(x) (PHYS_TO_PCI(PTR_TO_PHYS(x)))
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c359 default definitions of PHYS_TO_PCI and PCI_TO_PHYS, which assume
361 #undef PHYS_TO_PCI macro
363 #define PHYS_TO_PCI(sc,a) ((uint32_t) (a) | (sc)->endian) macro
367 #define PTR_TO_PCI(sc,x) (PHYS_TO_PCI((sc),PTR_TO_PHYS(x)))
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c338 #undef PHYS_TO_PCI macro

Completed in 79 milliseconds