Searched refs:hpc3_regs (Results 1 – 4 of 4) sorted by relevance
17 struct hpc3_regs *hpc3c0, *hpc3c1;34 hpc3c0 = (struct hpc3_regs *) in sgihpc_init()35 ioremap(HPC3_CHIP0_BASE, sizeof(struct hpc3_regs)); in sgihpc_init()36 hpc3c1 = (struct hpc3_regs *) in sgihpc_init()37 ioremap(HPC3_CHIP1_BASE, sizeof(struct hpc3_regs)); in sgihpc_init()
201 res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs, rtcregs); in sgi_ds1286_devinit()
16 struct hpc3_regs *hpc;
178 struct hpc3_regs { struct311 extern struct hpc3_regs *hpc3c0, *hpc3c1; argument