Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/tegra/
Dsoctherm.c998 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local
1004 oc2 = st & OC_INTR_OC2_MASK; in soctherm_edp_isr_thread()
1007 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread()
1017 if (oc2 && !soctherm_handle_alarm(THROTTLE_OC2)) in soctherm_edp_isr_thread()
1030 if (oc2 && soc_irq_cdata.irq_enable & BIT(1)) in soctherm_edp_isr_thread()