Home
last modified time | relevance | path

Searched refs:HOST_MBOX (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dwmi.c230 r->tail = ioread32(wil->csr + HOST_MBOX + in __wmi_send()
259 iowrite32(r->head = next_head, wil->csr + HOST_MBOX + in __wmi_send()
731 r->head = ioread32(wil->csr + HOST_MBOX + in wmi_recv_cmd()
790 iowrite32(r->tail, wil->csr + HOST_MBOX + in wmi_recv_cmd()
Dinterrupt.c339 wil_memcpy_fromio_32(&wil->mbox_ctl, wil->csr + HOST_MBOX, in wil_cache_mbox_regs()
Ddebugfs.c246 wil_print_ring(s, "tx", wil->csr + HOST_MBOX + in wil_mbox_debugfs_show()
248 wil_print_ring(s, "rx", wil->csr + HOST_MBOX + in wil_mbox_debugfs_show()
Dwil6210.h263 #define HOST_MBOX HOSTADDR(RGF_USER_USER_SCRATCH_PAD) macro