Lines Matching refs:reg_rw
1140 struct mwifiex_ds_reg_rw *reg_rw = data_buf; in mwifiex_cmd_reg_access() local
1150 mac_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1151 mac_reg->value = cpu_to_le32(reg_rw->value); in mwifiex_cmd_reg_access()
1161 bbp_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1162 bbp_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1172 rf_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1173 rf_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1183 pmic_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1184 pmic_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1194 cau_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1195 cau_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()