Home
last modified time | relevance | path

Searched refs:SOC_POWER_FLOOR_STATUS (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_power_floor.c32 #define SOC_POWER_FLOOR_STATUS BIT(39) macro
43 return (status & SOC_POWER_FLOOR_STATUS) >> SOC_POWER_FLOOR_SHIFT; in proc_thermal_read_power_floor_status()