Searched refs:wlcore_raw_read (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/ti/wlcore/ | 
| D | io.h | 62 static inline int __must_check wlcore_raw_read(struct wl1271 *wl, int addr,  in wlcore_raw_read()  function84 	return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed);  in wlcore_raw_read_data()
 99 	ret = wlcore_raw_read(wl, addr, wl->buffer_32,  in wlcore_raw_read32()
 125 	return wlcore_raw_read(wl, physical, buf, len, fixed);  in wlcore_read()
 164 	return wlcore_raw_read(wl, physical, buf, len, fixed);  in wlcore_read_hwaddr()
 
 | 
| D | debugfs.c | 1099 	ret = wlcore_raw_read(wl, 0, buf, bytes, false);  in dev_mem_read()
 |