Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/
H A Dxilinx_sdfec.c62 #define XSDFEC_ISR_MASK (0x3F) macro
279 xsdfec->config.irq.enable_isr = (reg_value & XSDFEC_ISR_MASK) > 0; in update_config_from_hw()
330 xsdfec_regwrite(xsdfec, XSDFEC_IER_ADDR, XSDFEC_ISR_MASK); in xsdfec_isr_enable()
332 if (mask_read & XSDFEC_ISR_MASK) { in xsdfec_isr_enable()
339 xsdfec_regwrite(xsdfec, XSDFEC_IDR_ADDR, XSDFEC_ISR_MASK); in xsdfec_isr_enable()
341 if ((mask_read & XSDFEC_ISR_MASK) != XSDFEC_ISR_MASK) { in xsdfec_isr_enable()
/kernel/linux/linux-6.6/drivers/misc/
H A Dxilinx_sdfec.c63 #define XSDFEC_ISR_MASK (0x3F) macro
280 xsdfec->config.irq.enable_isr = (reg_value & XSDFEC_ISR_MASK) > 0; in update_config_from_hw()
331 xsdfec_regwrite(xsdfec, XSDFEC_IER_ADDR, XSDFEC_ISR_MASK); in xsdfec_isr_enable()
333 if (mask_read & XSDFEC_ISR_MASK) { in xsdfec_isr_enable()
340 xsdfec_regwrite(xsdfec, XSDFEC_IDR_ADDR, XSDFEC_ISR_MASK); in xsdfec_isr_enable()
342 if ((mask_read & XSDFEC_ISR_MASK) != XSDFEC_ISR_MASK) { in xsdfec_isr_enable()

Completed in 5 milliseconds