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

/linux-master/drivers/atm/
H A Dfore200e.c1832 tmp.section_bip = be32_to_cpu(fore200e->stats->oc3.section_bip8_errors);
1833 tmp.line_bip = be32_to_cpu(fore200e->stats->oc3.line_bip24_errors);
1834 tmp.path_bip = be32_to_cpu(fore200e->stats->oc3.path_bip8_errors);
1835 tmp.line_febe = be32_to_cpu(fore200e->stats->oc3.line_febe_errors);
1836 tmp.path_febe = be32_to_cpu(fore200e->stats->oc3.path_febe_errors);
1837 tmp.corr_hcs = be32_to_cpu(fore200e->stats->oc3.corr_hcs_errors);
1838 tmp.uncorr_hcs = be32_to_cpu(fore200e->stats->oc3.ucorr_hcs_errors);
2842 be32_to_cpu(fore200e->stats->oc3.section_bip8_errors),
2843 be32_to_cpu(fore200e->stats->oc3.path_bip8_errors),
2844 be32_to_cpu(fore200e->stats->oc3
[all...]
H A Dfore200e.h443 struct stats_oc3 oc3; /* OC-3 statistics */ member in struct:stats
/linux-master/drivers/thermal/tegra/
H A Dsoctherm.c294 [THROTTLE_OC3] = "oc3",
998 u32 st, ex, oc1, oc2, oc3, oc4; local
1005 oc3 = st & OC_INTR_OC3_MASK;
1007 ex = oc1 | oc2 | oc3 | oc4;
1020 if (oc3 && !soctherm_handle_alarm(THROTTLE_OC3))
1034 if (oc3 && soc_irq_cdata.irq_enable & BIT(2))

Completed in 120 milliseconds