Lines Matching full:xlnx
12 - compatible: Must be "xlnx,sd-fec-1.1"
25 - xlnx,sdfec-code : Should contain "ldpc" or "turbo" to describe the codes
27 - xlnx,sdfec-din-words : A value 0 indicates that the DIN_WORDS interface is
31 - xlnx,sdfec-din-width : Configures the DIN AXI stream where a value of 1
34 - xlnx,sdfec-dout-words : A value 0 indicates that the DOUT_WORDS interface is
38 - xlnx,sdfec-dout-width : Configures the DOUT AXI stream where a value of 1
47 compatible = "xlnx,sd-fec-1.1";
53 xlnx,sdfec-code = "ldpc";
54 xlnx,sdfec-din-words = <0>;
55 xlnx,sdfec-din-width = <2>;
56 xlnx,sdfec-dout-words = <0>;
57 xlnx,sdfec-dout-width = <1>;