Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/sgi-ip22/
Dip28-berr.c52 } hpc3; variable
133 hpc3.scsi[0].addr = (unsigned long)&hpc3c0->scsi_chan0; in save_and_clear_buserr()
134 hpc3.scsi[0].ctrl = hpc3c0->scsi_chan0.ctrl; /* HPC3_SCTRL_ACTIVE ? */ in save_and_clear_buserr()
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()
138 hpc3.scsi[1].addr = (unsigned long)&hpc3c0->scsi_chan1; in save_and_clear_buserr()
139 hpc3.scsi[1].ctrl = hpc3c0->scsi_chan1.ctrl; /* HPC3_SCTRL_ACTIVE ? */ 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()
143 hpc3.ethrx.addr = (unsigned long)&hpc3c0->ethregs.rx_cbptr; in save_and_clear_buserr()
[all …]
/linux-6.1.9/sound/mips/
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 …]