Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-cti-sysfs.c261 u32 *pcached_val, int reg_offset) in cti_reg32_show() argument
271 if (pcached_val) in cti_reg32_show()
272 *pcached_val = val; in cti_reg32_show()
274 } else if (pcached_val) { in cti_reg32_show()
275 val = *pcached_val; in cti_reg32_show()
287 size_t size, u32 *pcached_val, int reg_offset) in cti_reg32_store() argument
298 if (pcached_val) in cti_reg32_store()
299 *pcached_val = (u32)val; in cti_reg32_store()