Searched refs:bbp_reg (Results 1 – 3 of 3) sorted by relevance
1111 struct host_cmd_ds_bbp_reg_access *bbp_reg; in mwifiex_cmd_reg_access() local1113 cmd->size = cpu_to_le16(sizeof(*bbp_reg) + S_DS_GEN); in mwifiex_cmd_reg_access()1114 bbp_reg = &cmd->params.bbp_reg; in mwifiex_cmd_reg_access()1115 bbp_reg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_reg_access()1116 bbp_reg->offset = in mwifiex_cmd_reg_access()1118 bbp_reg->value = (u8) le32_to_cpu(reg_rw->value); in mwifiex_cmd_reg_access()
775 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
1962 struct host_cmd_ds_bbp_reg_access bbp_reg; member