Searched refs:mem_rw (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | debugfs.c | 609 struct mwifiex_ds_mem_rw mem_rw; in mwifiex_memrw_write() local 618 ret = sscanf(buf, "%c %x %x", &cmd, &mem_rw.addr, &mem_rw.value); in mwifiex_memrw_write() 626 mem_rw.value = 0; in mwifiex_memrw_write() 634 memcpy(&priv->mem_rw, &mem_rw, sizeof(mem_rw)); in mwifiex_memrw_write() 636 &mem_rw, true)) in mwifiex_memrw_write() 662 pos += snprintf(buf, PAGE_SIZE, "0x%x 0x%x\n", priv->mem_rw.addr, in mwifiex_memrw_read() 663 priv->mem_rw.value); in mwifiex_memrw_read()
|
| A D | sta_cmdresp.c | 772 priv->mem_rw.addr = le32_to_cpu(mem->addr); in mwifiex_ret_mem_access() 773 priv->mem_rw.value = le32_to_cpu(mem->value); in mwifiex_ret_mem_access()
|
| A D | sta_cmd.c | 1091 struct mwifiex_ds_mem_rw *mem_rw = (void *)pdata_buf; in mwifiex_cmd_mem_access() local 1099 mem_access->addr = cpu_to_le32(mem_rw->addr); in mwifiex_cmd_mem_access() 1100 mem_access->value = cpu_to_le32(mem_rw->value); in mwifiex_cmd_mem_access()
|
| A D | main.h | 680 struct mwifiex_ds_mem_rw mem_rw; member
|
Completed in 22 milliseconds