Searched refs:mem_rw (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | debugfs.c | 604 struct mwifiex_ds_mem_rw mem_rw; in mwifiex_memrw_write() local 613 ret = sscanf(buf, "%c %x %x", &cmd, &mem_rw.addr, &mem_rw.value); in mwifiex_memrw_write() 621 mem_rw.value = 0; in mwifiex_memrw_write() 629 memcpy(&priv->mem_rw, &mem_rw, sizeof(mem_rw)); in mwifiex_memrw_write() 631 &mem_rw, true)) in mwifiex_memrw_write() 656 pos += snprintf(buf, PAGE_SIZE, "0x%x 0x%x\n", priv->mem_rw.addr, in mwifiex_memrw_read() 657 priv->mem_rw.value); in mwifiex_memrw_read()
|
| H 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()
|
| H 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()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | debugfs.c | 499 struct nxpwifi_ds_mem_rw mem_rw; in nxpwifi_memrw_write() local 508 ret = sscanf(buf, "%c %x %x", &cmd, &mem_rw.addr, &mem_rw.value); in nxpwifi_memrw_write() 516 mem_rw.value = 0; in nxpwifi_memrw_write() 524 memcpy(&priv->mem_rw, &mem_rw, sizeof(mem_rw)); in nxpwifi_memrw_write() 526 &mem_rw, true); in nxpwifi_memrw_write() 548 pos += snprintf(buf, PAGE_SIZE, "0x%x 0x%x\n", priv->mem_rw.addr, in nxpwifi_memrw_read() 549 priv->mem_rw.value); in nxpwifi_memrw_read()
|
| H A D | sta_cmd.c | 1365 struct nxpwifi_ds_mem_rw *mem_rw = in nxpwifi_cmd_sta_mem_access() local 1374 mem_access->addr = cpu_to_le32(mem_rw->addr); in nxpwifi_cmd_sta_mem_access() 1375 mem_access->value = cpu_to_le32(mem_rw->value); in nxpwifi_cmd_sta_mem_access() 1388 priv->mem_rw.addr = le32_to_cpu(mem->addr); in nxpwifi_ret_sta_mem_access() 1389 priv->mem_rw.value = le32_to_cpu(mem->value); in nxpwifi_ret_sta_mem_access()
|
| H A D | main.h | 624 struct nxpwifi_ds_mem_rw mem_rw; member
|