Home
last modified time | relevance | path

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

/linux/drivers/misc/
A Dxilinx_sdfec.c226 u32 cecc_count; member
908 xsdfec->cecc_count = 0; in xsdfec_clear_stats()
921 user_stats.cecc_count = xsdfec->cecc_count; in xsdfec_get_stats()
1126 u32 cecc_count; in xsdfec_irq_thread() local
1149 cecc_count = aecc_count - 2 * uecc_count; in xsdfec_irq_thread()
1153 uecc_count, aecc_count, cecc_count, isr_err_count); in xsdfec_irq_thread()
1155 xsdfec->cecc_count, xsdfec->isr_err_count); in xsdfec_irq_thread()
1162 if (cecc_count) in xsdfec_irq_thread()
1163 xsdfec->cecc_count += cecc_count; in xsdfec_irq_thread()
1178 if (cecc_count) in xsdfec_irq_thread()
/linux/include/uapi/misc/
A Dxilinx_sdfec.h247 __u32 cecc_count; member
/linux/Documentation/misc-devices/
A Dxilinx_sdfec.rst209 …- For non-critical errors the ``cecc_count`` member of :c:type:`struct xsdfec_stats <xsdfec_stats>…

Completed in 11 milliseconds