Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/cache/
Dcache_aspeed.c91 static uint32_t get_n_cacheline(uint32_t addr, uint32_t size, uint32_t *p_head) in get_n_cacheline() argument
97 *p_head = CACHE_ALIGNED_ADDR(addr); in get_n_cacheline()
103 n = (tail - *p_head) >> CACHE_LINE_SIZE_LOG2; in get_n_cacheline()