Searched refs:oc1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 292 [THROTTLE_OC1] = "oc1", 1036 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local 1041 oc1 = st & OC_INTR_OC1_MASK; in soctherm_edp_isr_thread() 1045 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread() 1052 if (oc1 && !soctherm_handle_alarm(THROTTLE_OC1)) in soctherm_edp_isr_thread() 1064 if (oc1 && soc_irq_cdata.irq_enable & BIT(0)) in soctherm_edp_isr_thread()
|
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | soctherm.c | 292 [THROTTLE_OC1] = "oc1", 998 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local 1003 oc1 = st & OC_INTR_OC1_MASK; in soctherm_edp_isr_thread() 1007 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread() 1014 if (oc1 && !soctherm_handle_alarm(THROTTLE_OC1)) in soctherm_edp_isr_thread() 1026 if (oc1 && soc_irq_cdata.irq_enable & BIT(0)) in soctherm_edp_isr_thread()
|
Completed in 9 milliseconds