Searched refs:dpk_c2h_report (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/ |
| H A D | halrf_dpk_8822c.c | 2180 struct dm_dpk_c2h_report dpk_c2h_report; in dpk_c2h_report_transfer_8822c() local 2201 odm_move_memory(dm, &(dpk_c2h_report.result[i]), buf + i, 1); in dpk_c2h_report_transfer_8822c() 2204 odm_move_memory(dm, &(dpk_c2h_report.therm[i][j]), in dpk_c2h_report_transfer_8822c() 2206 odm_move_memory(dm, &(dpk_c2h_report.therm_delta[i][j]), in dpk_c2h_report_transfer_8822c() 2210 odm_move_memory(dm, &(dpk_c2h_report.dpk_rf18[i]), buf + 10 + i * 4, 4); in dpk_c2h_report_transfer_8822c() 2212 odm_move_memory(dm, &dpk_c2h_report.dpk_status, buf + 18, 1); in dpk_c2h_report_transfer_8822c() 2215 if (dpk_c2h_report.dpk_rf18[0] == 0x0) { in dpk_c2h_report_transfer_8822c() 2221 dpk_info->dpk_status = dpk_c2h_report.dpk_status; in dpk_c2h_report_transfer_8822c() 2226 dpk_info->dpk_rf18[i] = dpk_c2h_report.dpk_rf18[i]; in dpk_c2h_report_transfer_8822c() 2227 dpk_info->result[i] = dpk_c2h_report.result[i]; in dpk_c2h_report_transfer_8822c() [all …]
|