Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/atm/
Dfore200e.c1832 tmp.section_bip = be32_to_cpu(fore200e->stats->oc3.section_bip8_errors); in fore200e_fetch_stats()
1833 tmp.line_bip = be32_to_cpu(fore200e->stats->oc3.line_bip24_errors); in fore200e_fetch_stats()
1834 tmp.path_bip = be32_to_cpu(fore200e->stats->oc3.path_bip8_errors); in fore200e_fetch_stats()
1835 tmp.line_febe = be32_to_cpu(fore200e->stats->oc3.line_febe_errors); in fore200e_fetch_stats()
1836 tmp.path_febe = be32_to_cpu(fore200e->stats->oc3.path_febe_errors); in fore200e_fetch_stats()
1837 tmp.corr_hcs = be32_to_cpu(fore200e->stats->oc3.corr_hcs_errors); in fore200e_fetch_stats()
1838 tmp.uncorr_hcs = be32_to_cpu(fore200e->stats->oc3.ucorr_hcs_errors); in fore200e_fetch_stats()
2850 be32_to_cpu(fore200e->stats->oc3.section_bip8_errors), in fore200e_proc_read()
2851 be32_to_cpu(fore200e->stats->oc3.path_bip8_errors), in fore200e_proc_read()
2852 be32_to_cpu(fore200e->stats->oc3.line_bip24_errors), in fore200e_proc_read()
[all …]
Dfore200e.h443 struct stats_oc3 oc3; /* OC-3 statistics */ member
/linux-6.1.9/drivers/thermal/tegra/
Dsoctherm.c1003 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local
1010 oc3 = st & OC_INTR_OC3_MASK; in soctherm_edp_isr_thread()
1012 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread()
1025 if (oc3 && !soctherm_handle_alarm(THROTTLE_OC3)) in soctherm_edp_isr_thread()
1039 if (oc3 && soc_irq_cdata.irq_enable & BIT(2)) in soctherm_edp_isr_thread()