Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/
Dxilinx_sdfec.c227 u32 uecc_count; member
908 xsdfec->uecc_count = 0; in xsdfec_clear_stats()
923 user_stats.uecc_count = xsdfec->uecc_count; in xsdfec_get_stats()
1149 u32 uecc_count; in xsdfec_irq_thread() local
1169 uecc_count = hweight32(tmp); in xsdfec_irq_thread()
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()
1178 dev_dbg(xsdfec->dev, "uecc=%x, cecc=%x, isr=%x", xsdfec->uecc_count, in xsdfec_irq_thread()
1183 if (uecc_count) in xsdfec_irq_thread()
1184 xsdfec->uecc_count += uecc_count; in xsdfec_irq_thread()
[all …]
/Linux-v5.4/include/uapi/misc/
Dxilinx_sdfec.h248 __u32 uecc_count; member