Searched refs:oc4 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 295 [THROTTLE_OC4] = "oc4", 1036 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local 1044 oc4 = st & OC_INTR_OC4_MASK; in soctherm_edp_isr_thread() 1045 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread() 1061 if (oc4 && !soctherm_handle_alarm(THROTTLE_OC4)) in soctherm_edp_isr_thread() 1076 if (oc4 && soc_irq_cdata.irq_enable & BIT(3)) in soctherm_edp_isr_thread()
|
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | soctherm.c | 295 [THROTTLE_OC4] = "oc4", 998 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local 1006 oc4 = st & OC_INTR_OC4_MASK; in soctherm_edp_isr_thread() 1007 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread() 1023 if (oc4 && !soctherm_handle_alarm(THROTTLE_OC4)) in soctherm_edp_isr_thread() 1038 if (oc4 && soc_irq_cdata.irq_enable & BIT(3)) in soctherm_edp_isr_thread()
|
Completed in 7 milliseconds