Home
last modified time | relevance | path

Searched +full:sdfec +full:- +full:din +full:- +full:words (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/misc/
H A Dxlnx,sd-fec.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/misc/xlnx,sd-fec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Xilinx SDFEC(16nm) IP
10 - Cvetic, Dragan <dragan.cvetic@amd.com>
11 - Erim, Salih <salih.erim@amd.com>
14 The Soft Decision Forward Error Correction (SDFEC) Engine is a Hard IP block
15 which provides high-throughput LDPC and Turbo Code implementations.
17 customer specified Quasi-cyclic (QC) codes. The Turbo decode functionality
[all …]
/linux/drivers/misc/
H A Dxilinx_sdfec.c1 // SPDX-License-Identifier: GPL-2.0
3 * Xilinx SDFEC
32 /* Xilinx SDFEC Register Map */
65 /* Write Only - Interrupt Enable Register */
67 /* Write Only - Interrupt Disable Register */
69 /* Read Only - Interrupt Mask Register */
101 /* Write Only - ECC Interrupt Enable Register */
103 /* Write Only - ECC Interrupt Disable Register */
105 /* Read Only - ECC Interrupt Mask Register */
169 * struct xsdfec_clks - For managing SD-FEC clocks
[all …]