Searched refs:oc3 (Results 1 – 3 of 3) sorted by relevance
| /drivers/atm/ |
| A D | fore200e.c | 1831 tmp.path_bip = be32_to_cpu(fore200e->stats->oc3.path_bip8_errors); in fore200e_fetch_stats() 1832 tmp.line_febe = be32_to_cpu(fore200e->stats->oc3.line_febe_errors); in fore200e_fetch_stats() 1833 tmp.path_febe = be32_to_cpu(fore200e->stats->oc3.path_febe_errors); in fore200e_fetch_stats() 1834 tmp.corr_hcs = be32_to_cpu(fore200e->stats->oc3.corr_hcs_errors); in fore200e_fetch_stats() 2839 be32_to_cpu(fore200e->stats->oc3.section_bip8_errors), in fore200e_proc_read() 2840 be32_to_cpu(fore200e->stats->oc3.path_bip8_errors), in fore200e_proc_read() 2841 be32_to_cpu(fore200e->stats->oc3.line_bip24_errors), in fore200e_proc_read() 2842 be32_to_cpu(fore200e->stats->oc3.line_febe_errors), in fore200e_proc_read() 2843 be32_to_cpu(fore200e->stats->oc3.path_febe_errors), in fore200e_proc_read() 2844 be32_to_cpu(fore200e->stats->oc3.corr_hcs_errors), in fore200e_proc_read() [all …]
|
| A D | fore200e.h | 443 struct stats_oc3 oc3; /* OC-3 statistics */ member
|
| /drivers/thermal/tegra/ |
| A D | soctherm.c | 995 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local 1002 oc3 = st & OC_INTR_OC3_MASK; in soctherm_edp_isr_thread() 1004 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread() 1017 if (oc3 && !soctherm_handle_alarm(THROTTLE_OC3)) in soctherm_edp_isr_thread() 1031 if (oc3 && soc_irq_cdata.irq_enable & BIT(2)) in soctherm_edp_isr_thread()
|
Completed in 17 milliseconds