Home
last modified time | relevance | path

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

/Linux-v4.19/sound/mips/
Dhal2.c384 pbus->ctrl = HPC3_PDMACTRL_RT | HPC3_PDMACTRL_LD | in hal2_setup_dac()
387 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_dac()
410 pbus->ctrl = HPC3_PDMACTRL_RT | HPC3_PDMACTRL_RCV | HPC3_PDMACTRL_LD | in hal2_setup_adc()
412 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_adc()
448 hal2->dac.pbus.pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_stop_dac()
454 hal2->adc.pbus.pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_stop_adc()
/Linux-v4.19/arch/mips/include/asm/sgi/
Dhpc3.h52 #define HPC3_PDMACTRL_LD 0x00000020 /* load enable for ACT */ macro