Lines Matching refs:reg_rw
1148 struct mwifiex_ds_reg_rw *reg_rw = data_buf; in mwifiex_cmd_reg_access() local
1158 mac_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1159 mac_reg->value = cpu_to_le32(reg_rw->value); in mwifiex_cmd_reg_access()
1169 bbp_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1170 bbp_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1180 rf_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1181 rf_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1191 pmic_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1192 pmic_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1202 cau_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1203 cau_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()