Searched refs:DMA_CONFIG6 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/media/platform/synopsys/hdmirx/ |
| H A D | snps_hdmirx.c | 355 u32 val = hdmirx_readl(hdmirx_dev, DMA_CONFIG6); in hdmirx_toggle_polarity() 358 hdmirx_update_bits(hdmirx_dev, DMA_CONFIG6, in hdmirx_toggle_polarity() 371 hdmirx_update_bits(hdmirx_dev, DMA_CONFIG6, in hdmirx_toggle_polarity() 623 hdmirx_update_bits(hdmirx_dev, DMA_CONFIG6, HDMIRX_DMA_EN, 0); in hdmirx_plugout() 1134 hdmirx_update_bits(hdmirx_dev, DMA_CONFIG6, RB_SWAP_EN, RB_SWAP_EN); in hdmirx_dma_config() 1136 hdmirx_update_bits(hdmirx_dev, DMA_CONFIG6, RB_SWAP_EN, 0); in hdmirx_dma_config() 1526 hdmirx_update_bits(hdmirx_dev, DMA_CONFIG6, HDMIRX_DMA_EN, 0); in hdmirx_stop_streaming() 1607 hdmirx_update_bits(hdmirx_dev, DMA_CONFIG6, HDMIRX_DMA_EN, HDMIRX_DMA_EN); in hdmirx_start_streaming() 1728 hdmirx_update_bits(hdmirx_dev, DMA_CONFIG6, HDMIRX_DMA_EN, 0); in process_signal_change() 1993 dma_cfg6 = hdmirx_readl(hdmirx_dev, DMA_CONFIG6); in line_flag_int_handler()
|
| H A D | snps_hdmirx.h | 284 #define DMA_CONFIG6 0x4414 macro
|