Home
last modified time | relevance | path

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

/linux-6.1.9/sound/mips/
Dhal2.c371 pbus->ctrl = HPC3_PDMACTRL_RT | HPC3_PDMACTRL_LD | in hal2_setup_dac()
374 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_dac()
397 pbus->ctrl = HPC3_PDMACTRL_RT | HPC3_PDMACTRL_RCV | HPC3_PDMACTRL_LD | in hal2_setup_adc()
399 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_adc()
435 hal2->dac.pbus.pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_stop_dac()
441 hal2->adc.pbus.pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_stop_adc()
/linux-6.1.9/arch/mips/include/asm/sgi/
Dhpc3.h52 #define HPC3_PDMACTRL_LD 0x00000020 /* load enable for ACT */ macro