Lines Matching full:using
128 Determine the configuration of the SD-FEC core by using the ioctl
136 Setting the order is done by using the ioctl :c:macro:`XSDFEC_SET_ORDER`
151 - Add the LPDC Code Parameters using the ioctl :c:macro:`XSDFEC_ADD_LDPC_CODE_PARAMS`
164 Configuring the Turbo decode parameters is done by using the ioctl :c:macro:`XSDFEC_SET_TURBO` usin…
174 Enabling or disabling interrupts is done by using the ioctl :c:macro:`XSDFEC_SET_IRQ`. The members …
184 Bypassing the SD-FEC is done by using the ioctl :c:macro:`XSDFEC_SET_BYPASS`
193 Start the SD-FEC core by using the ioctl :c:macro:`XSDFEC_START_DEV`
198 Get the SD-FEC status of the device by using the ioctl :c:macro:`XSDFEC_GET_STATUS`, which will fil…
207 - Get stats by using the ioctl :c:macro:`XSDFEC_GET_STATS`
210 - Get state by using the ioctl :c:macro:`XSDFEC_GET_STATUS`
212 - Clear stats by using the ioctl :c:macro:`XSDFEC_CLEAR_STATS`
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…