Home
last modified time | relevance | path

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

/bsp/allwinner_tina/libcpu/
A Dcpuport.c14 #define ICACHE_MASK (rt_uint32_t)(1 << 12) macro
96 cache_enable(ICACHE_MASK); in rt_hw_cpu_icache_enable()
105 cache_disable(ICACHE_MASK); in rt_hw_cpu_icache_disable()
114 return (cp15_rd() & ICACHE_MASK); in rt_hw_cpu_icache_status()

Completed in 7 milliseconds