Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1141 struct host_cmd_ds_bbp_reg_access *bbp_reg; in mwifiex_cmd_reg_access() local
1143 cmd->size = cpu_to_le16(sizeof(*bbp_reg) + S_DS_GEN); in mwifiex_cmd_reg_access()
1144 bbp_reg = &cmd->params.bbp_reg; in mwifiex_cmd_reg_access()
1145 bbp_reg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_reg_access()
1146 bbp_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1147 bbp_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
H A Dsta_cmdresp.c808 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
H A Dfw.h2423 struct host_cmd_ds_bbp_reg_access bbp_reg; member
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cmd.c465 struct host_cmd_ds_bbp_reg_access *bbp_reg; in nxpwifi_cmd_sta_reg_access() local
467 cmd->size = cpu_to_le16(sizeof(*bbp_reg) + S_DS_GEN); in nxpwifi_cmd_sta_reg_access()
468 bbp_reg = &cmd->params.bbp_reg; in nxpwifi_cmd_sta_reg_access()
469 bbp_reg->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_sta_reg_access()
470 bbp_reg->offset = cpu_to_le16((u16)reg_rw->offset); in nxpwifi_cmd_sta_reg_access()
471 bbp_reg->value = (u8)reg_rw->value; in nxpwifi_cmd_sta_reg_access()
555 r.bbp = &resp->params.bbp_reg; in nxpwifi_ret_sta_reg_access()
H A Dfw.h2424 struct host_cmd_ds_bbp_reg_access bbp_reg; member