Searched refs:bbp_reg (Results 1 – 3 of 3) sorted by relevance
1140 struct host_cmd_ds_bbp_reg_access *bbp_reg; in mwifiex_cmd_reg_access() local1142 cmd->size = cpu_to_le16(sizeof(*bbp_reg) + S_DS_GEN); in mwifiex_cmd_reg_access()1143 bbp_reg = &cmd->params.bbp_reg; in mwifiex_cmd_reg_access()1144 bbp_reg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_reg_access()1145 bbp_reg->offset = in mwifiex_cmd_reg_access()1147 bbp_reg->value = (u8) le32_to_cpu(reg_rw->value); in mwifiex_cmd_reg_access()
799 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
2148 struct host_cmd_ds_bbp_reg_access bbp_reg; member