Home
last modified time | relevance | path

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

/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.yaml69 "^(light|heavy|oc1)$":
294 oc1 {
/linux-6.15/drivers/thermal/tegra/
H A Dsoctherm.c995 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local
1000 oc1 = st & OC_INTR_OC1_MASK; in soctherm_edp_isr_thread()
1004 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread()
1011 if (oc1 && !soctherm_handle_alarm(THROTTLE_OC1)) in soctherm_edp_isr_thread()
1023 if (oc1 && soc_irq_cdata.irq_enable & BIT(0)) in soctherm_edp_isr_thread()