Home
last modified time | relevance | path

Searched refs:pbdma_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/mips/
Dhal2.c303 if (hal2->dac.pbus.pbus->pbdma_ctrl & HPC3_PDMACTRL_INT) { in hal2_interrupt()
307 if (hal2->adc.pbus.pbus->pbdma_ctrl & HPC3_PDMACTRL_INT) { in hal2_interrupt()
374 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_dac()
399 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_adc()
418 pbus->pbus->pbdma_ctrl = pbus->ctrl | HPC3_PDMACTRL_ACT; in hal2_start_dac()
428 pbus->pbus->pbdma_ctrl = pbus->ctrl | HPC3_PDMACTRL_ACT; in hal2_start_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.h41 volatile u32 pbdma_ctrl; /* pbus dma channel control register has member
/linux-6.1.9/arch/mips/sgi-ip22/
Dip28-berr.c156 hpc3.pbdma[i].ctrl = hpc3c0->pbdma[i].pbdma_ctrl; in save_and_clear_buserr()