Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dio.h128 static inline int __must_check wlcore_write(struct wl1271 *wl, int addr, in wlcore_write() function
142 return wlcore_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_write_data()
H A Dboot.c215 ret = wlcore_write(wl, addr, chunk, CHUNK_SIZE, false); in wl1271_boot_upload_firmware_chunk()
228 ret = wlcore_write(wl, addr, chunk, fw_data_len % CHUNK_SIZE, false); in wl1271_boot_upload_firmware_chunk()
H A Dcmd.c64 ret = wlcore_write(wl, wl->cmd_box_addr, buf, len, false); in __wlcore_cmd_send()