Lines Matching refs:c
15 …he `SD-FEC Product Guide (PG256) <https://www.xilinx.com/cgi-bin/docs/ipdoc?c=sd_fec;v=latest;d=pg…
83 - :c:macro:`XSDFEC_START_DEV`
84 - :c:macro:`XSDFEC_STOP_DEV`
85 - :c:macro:`XSDFEC_GET_STATUS`
86 - :c:macro:`XSDFEC_SET_IRQ`
87 - :c:macro:`XSDFEC_SET_TURBO`
88 - :c:macro:`XSDFEC_ADD_LDPC_CODE_PARAMS`
89 - :c:macro:`XSDFEC_GET_CONFIG`
90 - :c:macro:`XSDFEC_SET_ORDER`
91 - :c:macro:`XSDFEC_SET_BYPASS`
92 - :c:macro:`XSDFEC_IS_ACTIVE`
93 - :c:macro:`XSDFEC_CLEAR_STATS`
94 - :c:macro:`XSDFEC_SET_DEFAULT_CONFIG`
129 :c:macro:`XSDFEC_GET_CONFIG`.
136 Setting the order is done by using the ioctl :c:macro:`XSDFEC_SET_ORDER`
140 …- The ``state`` member of struct :c:type:`xsdfec_status <xsdfec_status>` filled by the ioctl :c:ma…
148 …- Use the auto-generated parameters to fill the :c:type:`struct xsdfec_ldpc_params <xsdfec_ldpc_pa…
149 … table offsets for the LPDC parameters and the parameters in the structure :c:type:`struct xsdfec_…
150 …- Set the desired Code Id value in the structure :c:type:`struct xsdfec_ldpc_params <xsdfec_ldpc_p…
151 - Add the LPDC Code Parameters using the ioctl :c:macro:`XSDFEC_ADD_LDPC_CODE_PARAMS`
152 …- For the applied LPDC Code Parameter use the function :c:func:`xsdfec_calculate_shared_ldpc_table…
157 …- The ``code`` member of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:mac…
158 …- The ``code_wr_protect`` of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c…
159 …- The ``state`` member of struct :c:type:`xsdfec_status <xsdfec_status>` filled by the ioctl :c:ma…
164 … parameters is done by using the ioctl :c:macro:`XSDFEC_SET_TURBO` using auto-generated parameters…
168 …- The ``code`` member of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:mac…
169 …- The ``state`` member of struct :c:type:`xsdfec_status <xsdfec_status>` filled by the ioctl :c:ma…
174 …ling interrupts is done by using the ioctl :c:macro:`XSDFEC_SET_IRQ`. The members of the parameter…
179 If the ``code`` member of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:mac…
184 Bypassing the SD-FEC is done by using the ioctl :c:macro:`XSDFEC_SET_BYPASS`
188 …- The ``state`` member of :c:type:`struct xsdfec_status <xsdfec_status>` filled by the ioctl :c:ma…
193 Start the SD-FEC core by using the ioctl :c:macro:`XSDFEC_START_DEV`
198 …he SD-FEC status of the device by using the ioctl :c:macro:`XSDFEC_GET_STATUS`, which will fill th…
205 …LPRI`` indicates a critical error and the user should use :c:macro:`XSDFEC_GET_STATUS` and :c:macr…
206 …- ``POLLRDNORM`` indicates a non-critical error has occurred and the user should use :c:macro:`XS…
207 - Get stats by using the ioctl :c:macro:`XSDFEC_GET_STATS`
208 …- For critical error the ``isr_err_count`` or ``uecc_count`` member of :c:type:`struct xsdfec_sta…
209 …- For non-critical errors the ``cecc_count`` member of :c:type:`struct xsdfec_stats <xsdfec_stats>…
210 - Get state by using the ioctl :c:macro:`XSDFEC_GET_STATUS`
211 …- For a critical error the ``state`` of :c:type:`xsdfec_status <xsdfec_status>` will indicate a Re…
212 - Clear stats by using the ioctl :c:macro:`XSDFEC_CLEAR_STATS`
214 …required to call the ioctl :c:macro:`XSDFEC_SET_DEFAULT_CONFIG`, after the reset and it is not req…
216 Note: Using poll system call prevents busy looping using :c:macro:`XSDFEC_GET_STATS` and :c:macro:`…
221 Stop the device by using the ioctl :c:macro:`XSDFEC_STOP_DEV`
226 Load default configuration by using the ioctl :c:macro:`XSDFEC_SET_DEFAULT_CONFIG` to restore the d…
236 .. c:macro:: XSDFEC_START_DEV
240 .. c:macro:: XSDFEC_STOP_DEV
244 .. c:macro:: XSDFEC_GET_STATUS
248 .. c:macro:: XSDFEC_SET_IRQ
252 .. c:macro:: XSDFEC_SET_TURBO
256 .. c:macro:: XSDFEC_ADD_LDPC_CODE_PARAMS
260 .. c:macro:: XSDFEC_GET_CONFIG
264 .. c:macro:: XSDFEC_SET_ORDER
268 .. c:macro:: XSDFEC_SET_BYPASS
272 .. c:macro:: XSDFEC_IS_ACTIVE
276 .. c:macro:: XSDFEC_CLEAR_STATS
280 .. c:macro:: XSDFEC_GET_STATS
284 .. c:macro:: XSDFEC_SET_DEFAULT_CONFIG