Home
last modified time | relevance | path

Searched refs:cecc_count (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/misc/
Dxilinx_sdfec.c226 u32 cecc_count; member
909 xsdfec->cecc_count = 0; in xsdfec_clear_stats()
922 user_stats.cecc_count = xsdfec->cecc_count; in xsdfec_get_stats()
1150 u32 cecc_count; in xsdfec_irq_thread() local
1173 cecc_count = aecc_count - 2 * uecc_count; in xsdfec_irq_thread()
1177 uecc_count, aecc_count, cecc_count, isr_err_count); in xsdfec_irq_thread()
1179 xsdfec->cecc_count, xsdfec->isr_err_count); in xsdfec_irq_thread()
1186 if (cecc_count) in xsdfec_irq_thread()
1187 xsdfec->cecc_count += cecc_count; in xsdfec_irq_thread()
1202 if (cecc_count) in xsdfec_irq_thread()
/Linux-v5.4/include/uapi/misc/
Dxilinx_sdfec.h247 __u32 cecc_count; member