Searched refs:scom_read (Results 1 – 3 of 3) sorted by relevance
140 static inline int scom_read(scom_map_t map, u64 reg, u64 *value) in scom_read() function
126 rc = scom_read(map, reg, &val); in scom_debug_read()
367 static ssize_t scom_read(struct file *filep, char __user *buf, size_t len, in scom_read() function571 .read = scom_read,