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

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/include/
H A Dpci_machdep.h85 #define PCI_TO_PHYS(a) ((uint32_t) (a)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/include/
H A Dpci_machdep.h82 #define PCI_TO_PHYS(a) ((uint32_t) (a) & 0x1FFFFFFF) macro
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/include/
H A Dpci_machdep.h45 #define PCI_TO_PHYS(a) ((uint32_t) (a)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/include/
H A Dpci_machdep.h42 #define PCI_TO_PHYS(a) ((uint32_t) (a) & 0xDFFFFFFF) macro
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_rtl8139.c222 #undef PCI_TO_PHYS macro
225 #define PCI_TO_PHYS(a) ((uint32_t) (a)) macro
H A Ddev_bcm4401.c277 #undef PCI_TO_PHYS macro
279 #define PCI_TO_PHYS(a) ((uint32_t) (a) - 0x40000000) macro
H A Ddev_i82559.c298 #undef PCI_TO_PHYS macro
300 #define PCI_TO_PHYS(a) ((uint32_t) (a)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c339 #undef PCI_TO_PHYS macro
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c362 #undef PCI_TO_PHYS macro
364 #define PCI_TO_PHYS(sc,a) ((uint32_t) (a) & ~M_ENDIAN_BIT) macro

Completed in 60 milliseconds