Home
last modified time | relevance | path

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

/drivers/net/wireless/wl1251/
Dtx.c252 wl1251_mem_write(wl, addr, skb->data, len); in wl1251_tx_send_packet()
486 wl1251_mem_write(wl, in wl1251_tx_complete()
497 wl1251_mem_write(wl, in wl1251_tx_complete()
506 wl1251_mem_write(wl, in wl1251_tx_complete()
516 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.c379 wl1251_mem_write(wl, addr, buf, len); in wl1251_boot_upload_firmware()
394 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()