hpc3               52 arch/mips/sgi-ip22/ip28-berr.c } hpc3;
hpc3              133 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.scsi[0].addr  = (unsigned long)&hpc3c0->scsi_chan0;
hpc3              134 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.scsi[0].ctrl  = hpc3c0->scsi_chan0.ctrl; /* HPC3_SCTRL_ACTIVE ? */
hpc3              135 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.scsi[0].cbp   = hpc3c0->scsi_chan0.cbptr;
hpc3              136 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.scsi[0].ndptr = hpc3c0->scsi_chan0.ndptr;
hpc3              138 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.scsi[1].addr  = (unsigned long)&hpc3c0->scsi_chan1;
hpc3              139 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.scsi[1].ctrl  = hpc3c0->scsi_chan1.ctrl; /* HPC3_SCTRL_ACTIVE ? */
hpc3              140 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.scsi[1].cbp   = hpc3c0->scsi_chan1.cbptr;
hpc3              141 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.scsi[1].ndptr = hpc3c0->scsi_chan1.ndptr;
hpc3              143 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethrx.addr	 = (unsigned long)&hpc3c0->ethregs.rx_cbptr;
hpc3              144 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethrx.ctrl	 = hpc3c0->ethregs.rx_ctrl; /* HPC3_ERXCTRL_ACTIVE ? */
hpc3              145 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethrx.cbp	 = hpc3c0->ethregs.rx_cbptr;
hpc3              146 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethrx.ndptr = hpc3c0->ethregs.rx_ndptr;
hpc3              148 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethtx.addr	 = (unsigned long)&hpc3c0->ethregs.tx_cbptr;
hpc3              149 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethtx.ctrl	 = hpc3c0->ethregs.tx_ctrl; /* HPC3_ETXCTRL_ACTIVE ? */
hpc3              150 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethtx.cbp	 = hpc3c0->ethregs.tx_cbptr;
hpc3              151 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethtx.ndptr = hpc3c0->ethregs.tx_ndptr;
hpc3              155 arch/mips/sgi-ip22/ip28-berr.c 		hpc3.pbdma[i].addr  = (unsigned long)&hpc3c0->pbdma[i];
hpc3              156 arch/mips/sgi-ip22/ip28-berr.c 		hpc3.pbdma[i].ctrl  = hpc3c0->pbdma[i].pbdma_ctrl;
hpc3              157 arch/mips/sgi-ip22/ip28-berr.c 		hpc3.pbdma[i].cbp   = hpc3c0->pbdma[i].pbdma_bptr;
hpc3              158 arch/mips/sgi-ip22/ip28-berr.c 		hpc3.pbdma[i].ndptr = hpc3c0->pbdma[i].pbdma_dptr;
hpc3              401 arch/mips/sgi-ip22/ip28-berr.c 	for (i = 0; i < sizeof(hpc3)/sizeof(struct hpc3_stat); ++i) {
hpc3              402 arch/mips/sgi-ip22/ip28-berr.c 		struct hpc3_stat *hp = (struct hpc3_stat *)&hpc3 + i;
hpc3              410 arch/mips/sgi-ip22/ip28-berr.c 	if (i < sizeof(hpc3)/sizeof(struct hpc3_stat)) {
hpc3              411 arch/mips/sgi-ip22/ip28-berr.c 		struct hpc3_stat *hp = (struct hpc3_stat *)&hpc3 + i;
hpc3              763 sound/mips/hal2.c static void hal2_init_codec(struct hal2_codec *codec, struct hpc3_regs *hpc3,
hpc3              767 sound/mips/hal2.c 	codec->pbus.pbus = &hpc3->pbdma[index];
hpc3              801 sound/mips/hal2.c 	struct hpc3_regs *hpc3 = hpc3c0;
hpc3              817 sound/mips/hal2.c 	hal2->ctl_regs = (struct hal2_ctl_regs *)hpc3->pbus_extregs[0];
hpc3              818 sound/mips/hal2.c 	hal2->aes_regs = (struct hal2_aes_regs *)hpc3->pbus_extregs[1];
hpc3              819 sound/mips/hal2.c 	hal2->vol_regs = (struct hal2_vol_regs *)hpc3->pbus_extregs[2];
hpc3              820 sound/mips/hal2.c 	hal2->syn_regs = (struct hal2_syn_regs *)hpc3->pbus_extregs[3];
hpc3              827 sound/mips/hal2.c 	hal2_init_codec(&hal2->dac, hpc3, 0);
hpc3              828 sound/mips/hal2.c 	hal2_init_codec(&hal2->adc, hpc3, 1);
hpc3              853 sound/mips/hal2.c 	hpc3->pbus_dmacfg[hal2->dac.pbus.pbusnr][0] = 0x8208844;
hpc3              854 sound/mips/hal2.c 	hpc3->pbus_dmacfg[hal2->adc.pbus.pbusnr][0] = 0x8208844;