oc3              1859 drivers/atm/fore200e.c     tmp.section_bip = be32_to_cpu(fore200e->stats->oc3.section_bip8_errors);
oc3              1860 drivers/atm/fore200e.c     tmp.line_bip    = be32_to_cpu(fore200e->stats->oc3.line_bip24_errors);
oc3              1861 drivers/atm/fore200e.c     tmp.path_bip    = be32_to_cpu(fore200e->stats->oc3.path_bip8_errors);
oc3              1862 drivers/atm/fore200e.c     tmp.line_febe   = be32_to_cpu(fore200e->stats->oc3.line_febe_errors);
oc3              1863 drivers/atm/fore200e.c     tmp.path_febe   = be32_to_cpu(fore200e->stats->oc3.path_febe_errors);
oc3              1864 drivers/atm/fore200e.c     tmp.corr_hcs    = be32_to_cpu(fore200e->stats->oc3.corr_hcs_errors);
oc3              1865 drivers/atm/fore200e.c     tmp.uncorr_hcs  = be32_to_cpu(fore200e->stats->oc3.ucorr_hcs_errors);
oc3              2877 drivers/atm/fore200e.c 		       be32_to_cpu(fore200e->stats->oc3.section_bip8_errors),
oc3              2878 drivers/atm/fore200e.c 		       be32_to_cpu(fore200e->stats->oc3.path_bip8_errors),
oc3              2879 drivers/atm/fore200e.c 		       be32_to_cpu(fore200e->stats->oc3.line_bip24_errors),
oc3              2880 drivers/atm/fore200e.c 		       be32_to_cpu(fore200e->stats->oc3.line_febe_errors),
oc3              2881 drivers/atm/fore200e.c 		       be32_to_cpu(fore200e->stats->oc3.path_febe_errors),
oc3              2882 drivers/atm/fore200e.c 		       be32_to_cpu(fore200e->stats->oc3.corr_hcs_errors),
oc3              2883 drivers/atm/fore200e.c 		       be32_to_cpu(fore200e->stats->oc3.ucorr_hcs_errors));
oc3               443 drivers/atm/fore200e.h     struct stats_oc3   oc3;      /* OC-3 statistics              */
oc3              1032 drivers/thermal/tegra/soctherm.c 	u32 st, ex, oc1, oc2, oc3, oc4;
oc3              1039 drivers/thermal/tegra/soctherm.c 	oc3 = st & OC_INTR_OC3_MASK;
oc3              1041 drivers/thermal/tegra/soctherm.c 	ex = oc1 | oc2 | oc3 | oc4;
oc3              1054 drivers/thermal/tegra/soctherm.c 		if (oc3 && !soctherm_handle_alarm(THROTTLE_OC3))
oc3              1068 drivers/thermal/tegra/soctherm.c 		if (oc3 && soc_irq_cdata.irq_enable & BIT(2))