Searched refs:hpc3c0 (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/sgi-ip22/
H A Dip22-hpc.c17 struct hpc3_regs *hpc3c0, *hpc3c1; variable in typeref:struct:hpc3_regs
19 EXPORT_SYMBOL(hpc3c0); variable
34 hpc3c0 = (struct hpc3_regs *)
39 sgioc = (struct sgioc_regs *)hpc3c0->pbus_extregs[6];
41 hpc3c0->pbus_piocfg[6][0] |= HPC3_PIOCFG_DS16;
45 sgint = (struct sgint_regs *)hpc3c0->pbus_extregs[4];
H A Dip28-berr.c128 hpc3_berr_stat = hpc3c0->bestat;
130 hpc3.scsi[0].addr = (unsigned long)&hpc3c0->scsi_chan0;
131 hpc3.scsi[0].ctrl = hpc3c0->scsi_chan0.ctrl; /* HPC3_SCTRL_ACTIVE ? */
132 hpc3.scsi[0].cbp = hpc3c0->scsi_chan0.cbptr;
133 hpc3.scsi[0].ndptr = hpc3c0->scsi_chan0.ndptr;
135 hpc3.scsi[1].addr = (unsigned long)&hpc3c0->scsi_chan1;
136 hpc3.scsi[1].ctrl = hpc3c0->scsi_chan1.ctrl; /* HPC3_SCTRL_ACTIVE ? */
137 hpc3.scsi[1].cbp = hpc3c0->scsi_chan1.cbptr;
138 hpc3.scsi[1].ndptr = hpc3c0->scsi_chan1.ndptr;
140 hpc3.ethrx.addr = (unsigned long)&hpc3c0
[all...]
H A Dip22-platform.c69 sgiwd93_0_pd.hregs = &hpc3c0->scsi_chan0;
70 sgiwd93_0_pd.wdregs = (unsigned char *) hpc3c0->scsi0_ext;
79 sgiwd93_1_pd.hregs = &hpc3c0->scsi_chan1;
80 sgiwd93_1_pd.wdregs = (unsigned char *) hpc3c0->scsi1_ext;
138 eth0_pd.hpc = hpc3c0;
202 res.end = res.start + sizeof(hpc3c0->rtcregs) - 1;
H A Dip22-reset.c56 tmp = hpc3c0->rtcregs[RTC_CMD] & 0xff;
57 hpc3c0->rtcregs[RTC_CMD] = tmp | RTC_WAM;
58 hpc3c0->rtcregs[RTC_WSEC] = 0;
59 hpc3c0->rtcregs[RTC_WHSEC] = 0;
67 tmp = hpc3c0->rtcregs[RTC_HOURS_ALARM];
H A Dip22-nvram.c111 return ip22_eeprom_read(&hpc3c0->eeprom, reg);
116 tmp = hpc3c0->bbram[reg++] & 0xff;
117 return (tmp << 8) | (hpc3c0->bbram[reg] & 0xff);
H A Dip22-berr.c37 hpc3_berr_stat = hpc3c0->bestat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-hpc.c17 struct hpc3_regs *hpc3c0, *hpc3c1; variable in typeref:struct:hpc3_regs
19 EXPORT_SYMBOL(hpc3c0); variable
34 hpc3c0 = (struct hpc3_regs *)
39 sgioc = (struct sgioc_regs *)hpc3c0->pbus_extregs[6];
41 hpc3c0->pbus_piocfg[6][0] |= HPC3_PIOCFG_DS16;
45 sgint = (struct sgint_regs *)hpc3c0->pbus_extregs[4];
H A Dip28-berr.c128 hpc3_berr_stat = hpc3c0->bestat;
130 hpc3.scsi[0].addr = (unsigned long)&hpc3c0->scsi_chan0;
131 hpc3.scsi[0].ctrl = hpc3c0->scsi_chan0.ctrl; /* HPC3_SCTRL_ACTIVE ? */
132 hpc3.scsi[0].cbp = hpc3c0->scsi_chan0.cbptr;
133 hpc3.scsi[0].ndptr = hpc3c0->scsi_chan0.ndptr;
135 hpc3.scsi[1].addr = (unsigned long)&hpc3c0->scsi_chan1;
136 hpc3.scsi[1].ctrl = hpc3c0->scsi_chan1.ctrl; /* HPC3_SCTRL_ACTIVE ? */
137 hpc3.scsi[1].cbp = hpc3c0->scsi_chan1.cbptr;
138 hpc3.scsi[1].ndptr = hpc3c0->scsi_chan1.ndptr;
140 hpc3.ethrx.addr = (unsigned long)&hpc3c0
[all...]
H A Dip22-platform.c69 sgiwd93_0_pd.hregs = &hpc3c0->scsi_chan0;
70 sgiwd93_0_pd.wdregs = (unsigned char *) hpc3c0->scsi0_ext;
79 sgiwd93_1_pd.hregs = &hpc3c0->scsi_chan1;
80 sgiwd93_1_pd.wdregs = (unsigned char *) hpc3c0->scsi1_ext;
138 eth0_pd.hpc = hpc3c0;
202 res.end = res.start + sizeof(hpc3c0->rtcregs) - 1;
H A Dip22-reset.c56 tmp = hpc3c0->rtcregs[RTC_CMD] & 0xff;
57 hpc3c0->rtcregs[RTC_CMD] = tmp | RTC_WAM;
58 hpc3c0->rtcregs[RTC_WSEC] = 0;
59 hpc3c0->rtcregs[RTC_WHSEC] = 0;
67 tmp = hpc3c0->rtcregs[RTC_HOURS_ALARM];
H A Dip22-nvram.c111 return ip22_eeprom_read(&hpc3c0->eeprom, reg);
116 tmp = hpc3c0->bbram[reg++] & 0xff;
117 return (tmp << 8) | (hpc3c0->bbram[reg] & 0xff);
H A Dip22-berr.c37 hpc3_berr_stat = hpc3c0->bestat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/sgi/
H A Dhpc3.h311 extern struct hpc3_regs *hpc3c0, *hpc3c1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/sgi/
H A Dhpc3.h311 extern struct hpc3_regs *hpc3c0, *hpc3c1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/mips/
H A Dhal2.c811 struct hpc3_regs *hpc3 = hpc3c0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/mips/
H A Dhal2.c811 struct hpc3_regs *hpc3 = hpc3c0;

Completed in 126 milliseconds