Lines Matching refs:reg_rw
1152 struct mwifiex_ds_reg_rw *reg_rw = data_buf; in mwifiex_cmd_reg_access() local
1162 mac_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1163 mac_reg->value = cpu_to_le32(reg_rw->value); in mwifiex_cmd_reg_access()
1173 bbp_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1174 bbp_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1184 rf_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1185 rf_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1195 pmic_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1196 pmic_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1206 cau_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1207 cau_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()