Lines Matching refs:reg_rw
1147 struct mwifiex_ds_reg_rw *reg_rw = data_buf; in mwifiex_cmd_reg_access() local
1157 mac_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1158 mac_reg->value = cpu_to_le32(reg_rw->value); in mwifiex_cmd_reg_access()
1168 bbp_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1169 bbp_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1179 rf_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1180 rf_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1190 pmic_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1191 pmic_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1201 cau_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1202 cau_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()