Searched refs:SPDIFRX_IR_BLOCKEND (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/atmel/ |
H A D | mchp-spdifrx.c | 99 #define SPDIFRX_IR_BLOCKEND BIT(3) macro 294 if (pending & SPDIFRX_IR_BLOCKEND) { in mchp_spdif_interrupt() 299 regmap_write(dev->regmap, SPDIFRX_IDR, SPDIFRX_IR_BLOCKEND); in mchp_spdif_interrupt() 583 regmap_write(dev->regmap, SPDIFRX_IER, SPDIFRX_IR_BLOCKEND); in mchp_spdifrx_subcode_ch_get() 590 regmap_write(dev->regmap, SPDIFRX_IDR, SPDIFRX_IR_BLOCKEND); in mchp_spdifrx_subcode_ch_get()
|
/kernel/linux/linux-6.6/sound/soc/atmel/ |
H A D | mchp-spdifrx.c | 100 #define SPDIFRX_IR_BLOCKEND BIT(3) macro 361 if (pending & SPDIFRX_IR_BLOCKEND) { in mchp_spdif_interrupt() 366 regmap_write(dev->regmap, SPDIFRX_IDR, SPDIFRX_IR_BLOCKEND); in mchp_spdif_interrupt() 641 regmap_write(dev->regmap, SPDIFRX_IER, SPDIFRX_IR_BLOCKEND); in mchp_spdifrx_subcode_ch_get() 648 regmap_write(dev->regmap, SPDIFRX_IDR, SPDIFRX_IR_BLOCKEND); in mchp_spdifrx_subcode_ch_get()
|
Completed in 5 milliseconds