Home
last modified time | relevance | path

Searched refs:PDM_CTRL (Results 1 – 5 of 5) sorted by relevance

/system/dev/audio/gauss-pdm-input/
A Da113-pdm.c57 a113_pdm_update_bits(audio_device, PDM_CTRL, 1 << 31, is_enable << 31); in a113_pdm_enable()
59 a113_pdm_update_bits(audio_device, PDM_CTRL, 1 << 31 | 1 << 16, in a113_pdm_enable()
71 a113_pdm_update_bits(audio_device, PDM_CTRL, 1 << 16, 0 << 16); in a113_pdm_fifo_reset()
72 a113_pdm_update_bits(audio_device, PDM_CTRL, 1 << 16, 1 << 16); in a113_pdm_fifo_reset()
80 audio_device, PDM_CTRL, (0x7 << 28 | 0xff << 8 | 0xff << 0), in a113_pdm_ctrl()
A Da113-audio-device.c23 REGDUMPPDM(PDM_CTRL) in a113_pdm_dump_registers()
A Da113-audio-regs.h11 #define PDM_CTRL 0x00 macro
/system/dev/lib/amlogic/
A Daml-pdm-audio.cpp124 PDM_CTRL); in InitRegs()
222 pdm_mmio_.ClearBits32((1 << 31) | (1 << 16), PDM_CTRL); in PdmInDisable()
227 pdm_mmio_.SetBits32((1 << 31) | (1 << 16), PDM_CTRL); in PdmInEnable()
232 pdm_mmio_.ModifyBits<uint32_t>((mask << 8) | (mask << 0), (0xff << 8) | (0xff << 0), PDM_CTRL); in ConfigPdmIn()
248 pdm_mmio_.ClearBits32(1 << 16, PDM_CTRL); in Sync()
249 pdm_mmio_.SetBits32(1 << 16, PDM_CTRL); in Sync()
/system/dev/lib/amlogic/include/soc/aml-common/
A Daml-audio-regs.h12 #define PDM_CTRL (0x00 << 2) macro

Completed in 9 milliseconds