Searched refs:wlcore_raw_write (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | io.h | 58 static inline int __must_check wlcore_raw_write(struct wl1271 *wl, int addr, in wlcore_raw_write() function 105 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data() 128 return wlcore_raw_write(wl, addr, wl->buffer_32, in wlcore_raw_write32() 149 return wlcore_raw_write(wl, physical, buf, len, fixed); in wlcore_write()
|
D | debugfs.c | 1202 ret = wlcore_raw_write(wl, 0, buf, bytes, false); in dev_mem_write()
|