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