Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sgi-ip22/
Dip28-berr.c48 } hpc3; variable
129 hpc3.scsi[0].addr = (unsigned long)&hpc3c0->scsi_chan0; in save_and_clear_buserr()
130 hpc3.scsi[0].ctrl = hpc3c0->scsi_chan0.ctrl; /* HPC3_SCTRL_ACTIVE ? */ in save_and_clear_buserr()
131 hpc3.scsi[0].cbp = hpc3c0->scsi_chan0.cbptr; in save_and_clear_buserr()
132 hpc3.scsi[0].ndptr = hpc3c0->scsi_chan0.ndptr; in save_and_clear_buserr()
134 hpc3.scsi[1].addr = (unsigned long)&hpc3c0->scsi_chan1; in save_and_clear_buserr()
135 hpc3.scsi[1].ctrl = hpc3c0->scsi_chan1.ctrl; /* HPC3_SCTRL_ACTIVE ? */ in save_and_clear_buserr()
136 hpc3.scsi[1].cbp = hpc3c0->scsi_chan1.cbptr; in save_and_clear_buserr()
137 hpc3.scsi[1].ndptr = hpc3c0->scsi_chan1.ndptr; in save_and_clear_buserr()
139 hpc3.ethrx.addr = (unsigned long)&hpc3c0->ethregs.rx_cbptr; in save_and_clear_buserr()
[all …]
/linux-4.4.14/sound/mips/
Dhal2.c774 static void hal2_init_codec(struct hal2_codec *codec, struct hpc3_regs *hpc3, in hal2_init_codec() argument
778 codec->pbus.pbus = &hpc3->pbdma[index]; in hal2_init_codec()
812 struct hpc3_regs *hpc3 = hpc3c0; in hal2_create() local
828 hal2->ctl_regs = (struct hal2_ctl_regs *)hpc3->pbus_extregs[0]; in hal2_create()
829 hal2->aes_regs = (struct hal2_aes_regs *)hpc3->pbus_extregs[1]; in hal2_create()
830 hal2->vol_regs = (struct hal2_vol_regs *)hpc3->pbus_extregs[2]; in hal2_create()
831 hal2->syn_regs = (struct hal2_syn_regs *)hpc3->pbus_extregs[3]; in hal2_create()
838 hal2_init_codec(&hal2->dac, hpc3, 0); in hal2_create()
839 hal2_init_codec(&hal2->adc, hpc3, 1); in hal2_create()
864 hpc3->pbus_dmacfg[hal2->dac.pbus.pbusnr][0] = 0x8208844; in hal2_create()
[all …]