Searched refs:MO_AUD_DMACNTRL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 540 cx_write(MO_AUD_DMACNTRL, 0x0); in cx88_shutdown() 785 if (cx_read(MO_AUD_DMACNTRL) & 0x10) in cx88_start_audio_dma() 798 cx_write(MO_AUD_DMACNTRL, 0x0007); in cx88_start_audio_dma() 806 if (cx_read(MO_AUD_DMACNTRL) & 0x10) in cx88_stop_audio_dma() 810 cx_write(MO_AUD_DMACNTRL, 0x0000); in cx88_stop_audio_dma()
|
H A D | cx88-alsa.c | 121 cx_clear(MO_AUD_DMACNTRL, 0x11); in _cx88_start_audio_dma() 153 cx_set(MO_AUD_DMACNTRL, 0x11); in _cx88_start_audio_dma() 171 cx_clear(MO_AUD_DMACNTRL, 0x11); in _cx88_stop_audio_dma() 223 cx_clear(MO_AUD_DMACNTRL, 0x11); in cx8801_aud_irq()
|
H A D | cx88-dsp.c | 279 if (!(cx_read(MO_AUD_DMACNTRL) & 0x04)) in cx88_dsp_detect_stereo_sap()
|
H A D | cx88-reg.h | 222 #define MO_AUD_DMACNTRL 0x32C040 // {6}RW Audio DMA control macro
|
/kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 542 cx_write(MO_AUD_DMACNTRL, 0x0); in cx88_shutdown() 799 if (cx_read(MO_AUD_DMACNTRL) & 0x10) in cx88_start_audio_dma() 812 cx_write(MO_AUD_DMACNTRL, 0x0007); in cx88_start_audio_dma() 820 if (cx_read(MO_AUD_DMACNTRL) & 0x10) in cx88_stop_audio_dma() 824 cx_write(MO_AUD_DMACNTRL, 0x0000); in cx88_stop_audio_dma()
|
H A D | cx88-alsa.c | 120 cx_clear(MO_AUD_DMACNTRL, 0x11); in _cx88_start_audio_dma() 152 cx_set(MO_AUD_DMACNTRL, 0x11); in _cx88_start_audio_dma() 170 cx_clear(MO_AUD_DMACNTRL, 0x11); in _cx88_stop_audio_dma() 222 cx_clear(MO_AUD_DMACNTRL, 0x11); in cx8801_aud_irq()
|
H A D | cx88-dsp.c | 279 if (!(cx_read(MO_AUD_DMACNTRL) & 0x04)) in cx88_dsp_detect_stereo_sap()
|
H A D | cx88-reg.h | 222 #define MO_AUD_DMACNTRL 0x32C040 // {6}RW Audio DMA control macro
|
Completed in 12 milliseconds