Searched refs:RFIM_STORE (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_rfim.c | 97 #define RFIM_STORE(suffix, table)\ macro 143 RFIM_STORE(vco_ref_code_lo, 0) 144 RFIM_STORE(vco_ref_code_hi, 0) 145 RFIM_STORE(spread_spectrum_pct, 0) 146 RFIM_STORE(spread_spectrum_clk_enable, 0) 147 RFIM_STORE(rfi_vco_ref_code, 0) 148 RFIM_STORE(fivr_fffc_rev, 0) 181 RFIM_STORE(rfi_restriction_run_busy, 1) 182 RFIM_STORE(rfi_restriction_err_code, 1) 183 RFIM_STORE(rfi_restriction_data_rate, 1) [all …]
|