Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/tegra/
Dsoctherm.c1003 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local
1011 oc4 = st & OC_INTR_OC4_MASK; in soctherm_edp_isr_thread()
1012 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread()
1028 if (oc4 && !soctherm_handle_alarm(THROTTLE_OC4)) in soctherm_edp_isr_thread()
1043 if (oc4 && soc_irq_cdata.irq_enable & BIT(3)) in soctherm_edp_isr_thread()