Searched refs:bbp_reg (Results 1 – 5 of 5) sorted by relevance
1141 struct host_cmd_ds_bbp_reg_access *bbp_reg; in mwifiex_cmd_reg_access() local1143 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()
808 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
2423 struct host_cmd_ds_bbp_reg_access bbp_reg; member
465 struct host_cmd_ds_bbp_reg_access *bbp_reg; in nxpwifi_cmd_sta_reg_access() local467 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()
2424 struct host_cmd_ds_bbp_reg_access bbp_reg; member