Home
last modified time | relevance | path

Searched refs:TTBR0_IRGN_WBWA (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dcache-cp15.c180 reg |= TTBR0_RGN_WBWA | TTBR0_IRGN_WBWA; in mmu_setup()
/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h506 #define TTBR0_IRGN_WBWA (0 << 0 | 1 << 6) macro