Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dcache_v8.c41 u64 ips, va_bits; in get_tcr() local
51 ips = 5; in get_tcr()
54 ips = 4; in get_tcr()
57 ips = 3; in get_tcr()
60 ips = 2; in get_tcr()
63 ips = 1; in get_tcr()
66 ips = 0; in get_tcr()
71 tcr = TCR_EL1_RSVD | (ips << 32) | TCR_EPD1_DISABLE; in get_tcr()
73 tcr = TCR_EL2_RSVD | (ips << 16); in get_tcr()
75 tcr = TCR_EL3_RSVD | (ips << 16); in get_tcr()
[all …]