Searched refs:oc3 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | fore200e.c | 1834 tmp.section_bip = be32_to_cpu(fore200e->stats->oc3.section_bip8_errors); in fore200e_fetch_stats() 1835 tmp.line_bip = be32_to_cpu(fore200e->stats->oc3.line_bip24_errors); in fore200e_fetch_stats() 1836 tmp.path_bip = be32_to_cpu(fore200e->stats->oc3.path_bip8_errors); in fore200e_fetch_stats() 1837 tmp.line_febe = be32_to_cpu(fore200e->stats->oc3.line_febe_errors); in fore200e_fetch_stats() 1838 tmp.path_febe = be32_to_cpu(fore200e->stats->oc3.path_febe_errors); in fore200e_fetch_stats() 1839 tmp.corr_hcs = be32_to_cpu(fore200e->stats->oc3.corr_hcs_errors); in fore200e_fetch_stats() 1840 tmp.uncorr_hcs = be32_to_cpu(fore200e->stats->oc3.ucorr_hcs_errors); in fore200e_fetch_stats() 2852 be32_to_cpu(fore200e->stats->oc3.section_bip8_errors), in fore200e_proc_read() 2853 be32_to_cpu(fore200e->stats->oc3.path_bip8_errors), in fore200e_proc_read() 2854 be32_to_cpu(fore200e->stats->oc3 in fore200e_proc_read() [all...] |
H A D | fore200e.h | 443 struct stats_oc3 oc3; /* OC-3 statistics */ member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | fore200e.c | 1832 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 in fore200e_proc_read() [all...] |
H A D | fore200e.h | 443 struct stats_oc3 oc3; /* OC-3 statistics */ member
|
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 294 [THROTTLE_OC3] = "oc3", 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()
|
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | soctherm.c | 294 [THROTTLE_OC3] = "oc3", 998 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local 1005 oc3 = st & OC_INTR_OC3_MASK; in soctherm_edp_isr_thread() 1007 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread() 1020 if (oc3 && !soctherm_handle_alarm(THROTTLE_OC3)) in soctherm_edp_isr_thread() 1034 if (oc3 && soc_irq_cdata.irq_enable & BIT(2)) in soctherm_edp_isr_thread()
|
Completed in 18 milliseconds