Home
last modified time | relevance | path

Searched refs:XSDFEC_AXIS_IN_ENABLE_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/
H A Dxilinx_sdfec.c49 #define XSDFEC_AXIS_IN_ENABLE_MASK (0x7) macro
51 (XSDFEC_AXIS_OUT_ENABLE_MASK | XSDFEC_AXIS_IN_ENABLE_MASK)
286 sdfec_started = (reg_value & XSDFEC_AXIS_IN_ENABLE_MASK) > 0; in update_config_from_hw()
896 regread &= (~XSDFEC_AXIS_IN_ENABLE_MASK); in xsdfec_stop()
/kernel/linux/linux-6.6/drivers/misc/
H A Dxilinx_sdfec.c50 #define XSDFEC_AXIS_IN_ENABLE_MASK (0x7) macro
52 (XSDFEC_AXIS_OUT_ENABLE_MASK | XSDFEC_AXIS_IN_ENABLE_MASK)
287 sdfec_started = (reg_value & XSDFEC_AXIS_IN_ENABLE_MASK) > 0; in update_config_from_hw()
888 regread &= (~XSDFEC_AXIS_IN_ENABLE_MASK); in xsdfec_stop()

Completed in 7 milliseconds