Home
last modified time | relevance | path

Searched refs:CCR_RESET (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/cec/i2c/
H A Dtda9950.c34 CCR_RESET = BIT(7), enumerator
288 tda9950_write(client, REG_CCR, CCR_RESET); in tda9950_open()
/linux/drivers/dma/stm32/
H A Dstm32-dma3.c101 #define CCR_RESET BIT(1) macro
843 writel_relaxed(ccr |= CCR_RESET, ddata->base + STM32_DMA3_CCR(chan->id)); in stm32_dma3_chan_reset()