Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl1251/
H A Dtx.c240 wl1251_mem_write(wl, addr, skb->data, len); in wl1251_tx_send_packet()
508 wl1251_mem_write(wl, in wl1251_tx_complete()
519 wl1251_mem_write(wl, in wl1251_tx_complete()
528 wl1251_mem_write(wl, in wl1251_tx_complete()
538 wl1251_mem_write(wl, in wl1251_tx_complete()
H A Dio.h58 void wl1251_mem_write(struct wl1251 *wl, int addr, void *buf, size_t len);
H A Dboot.c366 wl1251_mem_write(wl, addr, buf, len); in wl1251_boot_upload_firmware()
381 wl1251_mem_write(wl, addr, buf, len); in wl1251_boot_upload_firmware()
H A Dio.c58 void wl1251_mem_write(struct wl1251 *wl, int addr, void *buf, size_t len) in wl1251_mem_write() function
H A Dcmd.c35 wl1251_mem_write(wl, wl->cmd_box_addr, buf, len); in wl1251_cmd_send()