Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py192 p_head = os.path.normcase(report_path)
193 p_head = os.path.normpath(p_head)
194 if not os.path.isdir(p_head):
199 data_id = get_id_from_path(plan, p_head)
/Zephyr-latest/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()