Home
last modified time | relevance | path

Searched refs:CR_TCIE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d-hw.c67 reg_update_bits(d->regs, DMA2D_CR_REG, CR_TCIE, CR_TCIE); in dma2d_config_out()
H A Ddma2d-regs.h28 #define CR_TCIE BIT(9) macro
/openbmc/linux/drivers/spi/
H A Dspi-stm32-qspi.c35 #define CR_TCIE BIT(17) macro
148 cr &= ~CR_TCIE & ~CR_TEIE; in stm32_qspi_irq()
313 writel_relaxed(cr | CR_TCIE | CR_TEIE, qspi->io_base + QSPI_CR); in stm32_qspi_wait_cmd()