Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c218 u32 *pcached_val, int reg_offset) in cti_reg32_show() argument
228 if (pcached_val) in cti_reg32_show()
229 *pcached_val = val; in cti_reg32_show()
231 } else if (pcached_val) { in cti_reg32_show()
232 val = *pcached_val; in cti_reg32_show()
244 size_t size, u32 *pcached_val, int reg_offset) in cti_reg32_store() argument
255 if (pcached_val) in cti_reg32_store()
256 *pcached_val = (u32)val; in cti_reg32_store()