Searched refs:max_schedule (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | xilinx_sdfec.c | 528 u32 max_schedule, u32 offset) in xsdfec_reg2_write() 556 if (max_schedule & in xsdfec_reg2_write() 559 max_schedule = ((max_schedule << XSDFEC_REG2_MAX_SCHEDULE_LSB) & in xsdfec_reg2_write() 562 wdata = (max_schedule | no_final_parity | special_qc | norm_type | in xsdfec_reg2_write() 693 ldpc->no_final_parity, ldpc->max_schedule, in xsdfec_add_ldpc() 526 xsdfec_reg2_write(struct xsdfec_dev *xsdfec, u32 nlayers, u32 nmqc, u32 norm_type, u32 special_qc, u32 no_final_parity, u32 max_schedule, u32 offset) xsdfec_reg2_write() argument
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | xilinx_sdfec.c | 529 u32 max_schedule, u32 offset) in xsdfec_reg2_write() 557 if (max_schedule & in xsdfec_reg2_write() 560 max_schedule = ((max_schedule << XSDFEC_REG2_MAX_SCHEDULE_LSB) & in xsdfec_reg2_write() 563 wdata = (max_schedule | no_final_parity | special_qc | norm_type | in xsdfec_reg2_write() 695 ldpc->no_final_parity, ldpc->max_schedule, in xsdfec_add_ldpc() 527 xsdfec_reg2_write(struct xsdfec_dev *xsdfec, u32 nlayers, u32 nmqc, u32 norm_type, u32 special_qc, u32 no_final_parity, u32 max_schedule, u32 offset) xsdfec_reg2_write() argument
|
/kernel/linux/linux-5.10/include/uapi/misc/ |
H A D | xilinx_sdfec.h | 158 * @max_schedule: Experimental code word scheduling limit 182 __u32 max_schedule; member
|
/kernel/linux/linux-6.6/include/uapi/misc/ |
H A D | xilinx_sdfec.h | 158 * @max_schedule: Experimental code word scheduling limit 182 __u32 max_schedule; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/misc/ |
H A D | xilinx_sdfec.h | 78 __u32 max_schedule; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/misc/ |
H A D | xilinx_sdfec.h | 78 __u32 max_schedule; member
|
Completed in 7 milliseconds