Home
last modified time | relevance | path

Searched refs:wl1251_mem_write (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dtx.c257 wl1251_mem_write(wl, addr, skb->data, len); in wl1251_tx_send_packet()
519 wl1251_mem_write(wl, in wl1251_tx_complete()
530 wl1251_mem_write(wl, in wl1251_tx_complete()
539 wl1251_mem_write(wl, in wl1251_tx_complete()
549 wl1251_mem_write(wl, in wl1251_tx_complete()
Dio.h72 void wl1251_mem_write(struct wl1251 *wl, int addr, void *buf, size_t len);
Dboot.c380 wl1251_mem_write(wl, addr, buf, len); in wl1251_boot_upload_firmware()
395 wl1251_mem_write(wl, addr, buf, len); in wl1251_boot_upload_firmware()
Dio.c72 void wl1251_mem_write(struct wl1251 *wl, int addr, void *buf, size_t len) in wl1251_mem_write() function
Dcmd.c34 wl1251_mem_write(wl, wl->cmd_box_addr, buf, len); in wl1251_cmd_send()