Searched refs:oc3 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/atm/ |
| A D | fore200e.c | 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() 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() 2853 be32_to_cpu(fore200e->stats->oc3.line_febe_errors), in fore200e_proc_read() 2854 be32_to_cpu(fore200e->stats->oc3.path_febe_errors), in fore200e_proc_read() 2855 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
|
| /linux/drivers/thermal/tegra/ |
| A D | soctherm.c | 1036 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local 1043 oc3 = st & OC_INTR_OC3_MASK; in soctherm_edp_isr_thread() 1045 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread() 1058 if (oc3 && !soctherm_handle_alarm(THROTTLE_OC3)) in soctherm_edp_isr_thread() 1072 if (oc3 && soc_irq_cdata.irq_enable & BIT(2)) in soctherm_edp_isr_thread()
|
Completed in 19 milliseconds