Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sgi-ip22/
H A Dip28-berr.c49 struct hpc3_stat pbdma[8]; member
155 hpc3.pbdma[i].addr = (unsigned long)&hpc3c0->pbdma[i]; in save_and_clear_buserr()
156 hpc3.pbdma[i].ctrl = hpc3c0->pbdma[i].pbdma_ctrl; in save_and_clear_buserr()
157 hpc3.pbdma[i].cbp = hpc3c0->pbdma[i].pbdma_bptr; in save_and_clear_buserr()
158 hpc3.pbdma[i].ndptr = hpc3c0->pbdma[i].pbdma_dptr; in save_and_clear_buserr()
H A Dip22-platform.c149 unsigned int pbdma __maybe_unused; in sgiseeq_devinit()
168 get_dbe(pbdma, (unsigned int *)&hpc3c1->pbdma[1])) in sgiseeq_devinit()
H A Dip22-gio.c400 unsigned int pbdma __maybe_unused; in ip22_gio_init()
420 if (get_dbe(pbdma, (unsigned int *)&hpc3c1->pbdma[1])) in ip22_gio_init()
/openbmc/linux/arch/mips/include/asm/sgi/
H A Dhpc3.h180 struct hpc3_pbus_dmacregs pbdma[8]; member
/openbmc/linux/sound/mips/
H A Dhal2.c739 codec->pbus.pbus = &hpc3->pbdma[index]; in hal2_init_codec()