Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-cti-sysfs.c252 u32 *pcached_val, int reg_offset) in cti_reg32_show() argument
262 if (pcached_val) in cti_reg32_show()
263 *pcached_val = val; in cti_reg32_show()
265 } else if (pcached_val) { in cti_reg32_show()
266 val = *pcached_val; in cti_reg32_show()
278 size_t size, u32 *pcached_val, int reg_offset) in cti_reg32_store() argument
289 if (pcached_val) in cti_reg32_store()
290 *pcached_val = (u32)val; in cti_reg32_store()