Lines Matching defs:rfk_mcc
6175 struct rtw89_rfk_mcc_info_data *rfk_mcc = rtwdev->rfk_mcc.data;
6196 idx = rfk_mcc->table_idx;
6199 mccch_v0->ch_0 = cpu_to_le32(rfk_mcc->ch[0]);
6200 mccch_v0->ch_1 = cpu_to_le32(rfk_mcc->ch[1]);
6201 mccch_v0->band_0 = cpu_to_le32(rfk_mcc->band[0]);
6202 mccch_v0->band_1 = cpu_to_le32(rfk_mcc->band[1]);
6203 mccch_v0->current_band_type = cpu_to_le32(rfk_mcc->band[idx]);
6204 mccch_v0->current_channel = cpu_to_le32(rfk_mcc->ch[idx]);
6207 mccch->ch_0_0 = cpu_to_le32(rfk_mcc->ch[0]);
6208 mccch->ch_0_1 = cpu_to_le32(rfk_mcc->ch[0]);
6209 mccch->ch_1_0 = cpu_to_le32(rfk_mcc->ch[1]);
6210 mccch->ch_1_1 = cpu_to_le32(rfk_mcc->ch[1]);
6211 mccch->current_channel = cpu_to_le32(rfk_mcc->ch[idx]);
6348 struct rtw89_rfk_mcc_info *rfk_mcc = &rtwdev->rfk_mcc;
6381 BUILD_BUG_ON(ARRAY_SIZE(rfk_mcc->data) < NUM_OF_RTW89_FW_RFK_PATH);
6386 cpu_to_le32(rfk_mcc->data[path].ch[tbl]);
6388 cpu_to_le32(rfk_mcc->data[path].band[tbl]);
6393 tbl_sel[path] = rfk_mcc->data[path].table_idx;
6396 cpu_to_le32(rfk_mcc->data[path].ch[tbl_sel[path]]);
6398 cpu_to_le32(rfk_mcc->data[path].band[tbl_sel[path]]);
6404 cpu_to_le32(rfk_mcc->data[path].bw[tbl_sel[path]]);
6412 h2c_v0->cur_band = cpu_to_le32(rfk_mcc->data[0].band[tbl_sel[0]]);
6413 h2c_v0->cur_bw = cpu_to_le32(rfk_mcc->data[0].bw[tbl_sel[0]]);
6414 h2c_v0->cur_center_ch = cpu_to_le32(rfk_mcc->data[0].ch[tbl_sel[0]]);