Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sgi-ip22/
H A Dip28-berr.c52 } hpc3; variable
135 hpc3.scsi[0].cbp = hpc3c0->scsi_chan0.cbptr; in save_and_clear_buserr()
136 hpc3.scsi[0].ndptr = hpc3c0->scsi_chan0.ndptr; in save_and_clear_buserr()
140 hpc3.scsi[1].cbp = hpc3c0->scsi_chan1.cbptr; in save_and_clear_buserr()
141 hpc3.scsi[1].ndptr = hpc3c0->scsi_chan1.ndptr; in save_and_clear_buserr()
145 hpc3.ethrx.cbp = hpc3c0->ethregs.rx_cbptr; in save_and_clear_buserr()
146 hpc3.ethrx.ndptr = hpc3c0->ethregs.rx_ndptr; in save_and_clear_buserr()
150 hpc3.ethtx.cbp = hpc3c0->ethregs.tx_cbptr; in save_and_clear_buserr()
151 hpc3.ethtx.ndptr = hpc3c0->ethregs.tx_ndptr; in save_and_clear_buserr()
156 hpc3.pbdma[i].ctrl = hpc3c0->pbdma[i].pbdma_ctrl; in save_and_clear_buserr()
[all …]
/openbmc/linux/sound/mips/
H A Dhal2.c735 static void hal2_init_codec(struct hal2_codec *codec, struct hpc3_regs *hpc3, in hal2_init_codec() argument
739 codec->pbus.pbus = &hpc3->pbdma[index]; in hal2_init_codec()
773 struct hpc3_regs *hpc3 = hpc3c0; in hal2_create() local
789 hal2->ctl_regs = (struct hal2_ctl_regs *)hpc3->pbus_extregs[0]; in hal2_create()
790 hal2->aes_regs = (struct hal2_aes_regs *)hpc3->pbus_extregs[1]; in hal2_create()
791 hal2->vol_regs = (struct hal2_vol_regs *)hpc3->pbus_extregs[2]; in hal2_create()
792 hal2->syn_regs = (struct hal2_syn_regs *)hpc3->pbus_extregs[3]; in hal2_create()
799 hal2_init_codec(&hal2->dac, hpc3, 0); in hal2_create()
800 hal2_init_codec(&hal2->adc, hpc3, 1); in hal2_create()
825 hpc3->pbus_dmacfg[hal2->dac.pbus.pbusnr][0] = 0x8208844; in hal2_create()
[all …]