Lines Matching full:sdfec
3 * Xilinx SDFEC
32 /* Xilinx SDFEC Register Map */
191 * struct xsdfec_dev - Driver data for SDFEC
193 * @clks: Clocks managed by the SDFEC driver
195 * @config: Configuration of the SDFEC device
200 * @state: State of the SDFEC device
211 * This structure contains necessary state for SDFEC driver to operate
335 "SDFEC enabling irq with IER failed"); in xsdfec_isr_enable()
344 "SDFEC disabling irq with IDR failed"); in xsdfec_isr_enable()
362 "SDFEC enabling ECC irq with ECC IER failed"); in xsdfec_ecc_isr_enable()
375 "SDFEC disable ECC irq with ECC IDR failed"); in xsdfec_ecc_isr_enable()
867 "%s SDFEC HW code does not match driver code, reg %d, code %d", in xsdfec_start()
1040 rval = of_property_read_string(node, "xlnx,sdfec-code", &fec_code); in xsdfec_parse_of()
1051 rval = of_property_read_u32(node, "xlnx,sdfec-din-words", in xsdfec_parse_of()
1061 rval = of_property_read_u32(node, "xlnx,sdfec-din-width", &din_width); in xsdfec_parse_of()
1076 rval = of_property_read_u32(node, "xlnx,sdfec-dout-words", in xsdfec_parse_of()
1086 rval = of_property_read_u32(node, "xlnx,sdfec-dout-width", &dout_width); in xsdfec_parse_of()
1443 .name = "xilinx-sdfec",