Lines Matching refs:reg_rw
1154 struct mwifiex_ds_reg_rw *reg_rw = data_buf; in mwifiex_cmd_reg_access() local
1164 mac_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1165 mac_reg->value = cpu_to_le32(reg_rw->value); in mwifiex_cmd_reg_access()
1175 bbp_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1176 bbp_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1186 rf_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1187 rf_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1197 pmic_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1198 pmic_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()
1208 cau_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()
1209 cau_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()