Home
last modified time | relevance | path

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

/linux-4.1.27/sound/mips/
Dhal2.c380 pbus->ctrl = HPC3_PDMACTRL_RT | HPC3_PDMACTRL_LD | in hal2_setup_dac()
383 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_dac()
406 pbus->ctrl = HPC3_PDMACTRL_RT | HPC3_PDMACTRL_RCV | HPC3_PDMACTRL_LD | in hal2_setup_adc()
408 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_adc()
444 hal2->dac.pbus.pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_stop_dac()
450 hal2->adc.pbus.pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_stop_adc()
/linux-4.1.27/arch/mips/include/asm/sgi/
Dhpc3.h52 #define HPC3_PDMACTRL_LD 0x00000020 /* load enable for ACT */ macro