Searched refs:PHYS_TO_XKPHYS (Results 1 - 5 of 5) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480b/src/
H A Dui_bcm91480b.c90 haddr = PHYS_TO_XKPHYS(K_CALG_UNCACHED_ACCEL, (hsaddr_t)addr);
119 hsaddr_t uacbase = PHYS_TO_XKPHYS(K_CALG_UNCACHED_ACCEL, (hsaddr_t)0x500);
120 hsaddr_t ucbase = PHYS_TO_XKPHYS(K_CALG_UNCACHED, (hsaddr_t)0x500);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480ht/src/
H A Dui_bcm91480ht.c90 haddr = PHYS_TO_XKPHYS(K_CALG_UNCACHED_ACCEL, (hsaddr_t)addr);
119 hsaddr_t uacbase = PHYS_TO_XKPHYS(K_CALG_UNCACHED_ACCEL, (hsaddr_t)0x500);
120 hsaddr_t ucbase = PHYS_TO_XKPHYS(K_CALG_UNCACHED, (hsaddr_t)0x500);
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dui_memtest.c175 mem_base = PHYS_TO_XKPHYS(cca, phys_addr); /* virtual address */
248 mem_base = PHYS_TO_XKPHYS(cca, phys_addr); /* virtual address */
437 hsaddr_t membase = PHYS_TO_XKPHYS(cca,START_PHYS);
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/include/
H A Dsbmips.h162 #define PHYS_TO_XKPHYS(cca,p) (_SB_MAKEMASK1(63) | (_SB_MAKE64(cca) << 59) | (p)) macro
165 #define PHYS_TO_XKSEG_UNCACHED(p) PHYS_TO_XKPHYS(K_CALG_UNCACHED,(p))
166 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE,(p))
167 #define PHYS_TO_XKPHYS_UNCACHED(p) PHYS_TO_XKPHYS(K_CALG_UNCACHED,(p))
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Ddiag_l2cache.S147 #undef PHYS_TO_XKPHYS /* avoid redef'n of sbmips.h version */
148 #define PHYS_TO_XKPHYS(x) (0x8000000000000000|(x)) define

Completed in 294 milliseconds