Home
last modified time | relevance | path

Searched refs:hpc3c0 (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/arch/mips/sgi-ip22/
Dip22-time.c38 save_control = hpc3c0->rtcregs[RTC_CMD] & 0xff; in indy_rtc_get_time()
39 hpc3c0->rtcregs[RTC_CMD] = save_control | RTC_TE; in indy_rtc_get_time()
41 sec = hpc3c0->rtcregs[RTC_SECONDS] & 0xff; in indy_rtc_get_time()
42 min = hpc3c0->rtcregs[RTC_MINUTES] & 0xff; in indy_rtc_get_time()
43 hrs = hpc3c0->rtcregs[RTC_HOURS] & 0x3f; in indy_rtc_get_time()
44 day = hpc3c0->rtcregs[RTC_DATE] & 0xff; in indy_rtc_get_time()
45 mon = hpc3c0->rtcregs[RTC_MONTH] & 0x1f; in indy_rtc_get_time()
46 yrs = hpc3c0->rtcregs[RTC_YEAR] & 0xff; in indy_rtc_get_time()
48 hpc3c0->rtcregs[RTC_CMD] = save_control; in indy_rtc_get_time()
84 save_control = hpc3c0->rtcregs[RTC_CMD] & 0xff; in indy_rtc_set_time()
[all …]
Dip22-hpc.c16 struct hpc3_regs *hpc3c0, *hpc3c1; variable
27 hpc3c0 = (struct hpc3_regs *) in sgihpc_init()
32 sgioc = (struct sgioc_regs *)hpc3c0->pbus_extregs[6]; in sgihpc_init()
34 hpc3c0->pbus_piocfg[6][0] |= HPC3_PIOCFG_DS16; in sgihpc_init()
38 sgint = (struct sgint_regs *)hpc3c0->pbus_extregs[4]; in sgihpc_init()
Dip22-reset.c70 tmp = hpc3c0->rtcregs[RTC_CMD] & 0xff; in sgi_machine_power_off()
71 hpc3c0->rtcregs[RTC_CMD] = tmp | RTC_WAM; in sgi_machine_power_off()
72 hpc3c0->rtcregs[RTC_WSEC] = 0; in sgi_machine_power_off()
73 hpc3c0->rtcregs[RTC_WHSEC] = 0; in sgi_machine_power_off()
81 tmp = hpc3c0->rtcregs[RTC_HOURS_ALARM]; in sgi_machine_power_off()
Dip22-nvram.c106 return ip22_eeprom_read(&hpc3c0->eeprom, reg); in ip22_nvram_read()
111 tmp = hpc3c0->bbram[reg++] & 0xff; in ip22_nvram_read()
112 return (tmp << 8) | (hpc3c0->bbram[reg] & 0xff); in ip22_nvram_read()
Dip22-rtc.c15 return hpc3c0->rtcregs[addr]; in ip22_rtc_read_data()
20 hpc3c0->rtcregs[addr] = data; in ip22_rtc_write_data()
Dip22-ksyms.c13 EXPORT_SYMBOL(hpc3c0);
Dip22-berr.c36 hpc3_berr_stat = hpc3c0->bestat; in save_and_clear_buserr()
/linux-2.4.37.9/drivers/scsi/
Dsgiwd93.c273 &hpc3c0->scsi_chan0, in sgiwd93_detect()
274 (unsigned char *)hpc3c0->scsi0_ext); in sgiwd93_detect()
281 &hpc3c0->scsi_chan1, in sgiwd93_detect()
282 (unsigned char *)hpc3c0->scsi1_ext); in sgiwd93_detect()
/linux-2.4.37.9/include/asm-mips/sgi/
Dhpc3.h311 extern struct hpc3_regs *hpc3c0, *hpc3c1;
/linux-2.4.37.9/include/asm-mips64/sgi/
Dhpc3.h311 extern struct hpc3_regs *hpc3c0, *hpc3c1;
/linux-2.4.37.9/drivers/net/
Dsgiseeq.c657 sp->sregs = (struct sgiseeq_regs *) &hpc3c0->eth_ext[0]; in sgiseeq_init()
658 sp->hregs = &hpc3c0->ethregs; in sgiseeq_init()
727 return sgiseeq_init(hpc3c0, SGI_ENET_IRQ); in sgiseeq_probe()
/linux-2.4.37.9/drivers/sound/
Dhal2.c1523 error = hal2_init_card(&hal2_card[0], hpc3c0); in init_hal2()