Home
last modified time | relevance | path

Searched refs:hpc3_regs (Results 1 – 4 of 4) sorted by relevance

/arch/mips/sgi-ip22/
Dip22-hpc.c17 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()
Dip22-platform.c201 res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs, rtcregs); in sgi_ds1286_devinit()
/arch/mips/include/asm/sgi/
Dseeq.h16 struct hpc3_regs *hpc;
Dhpc3.h178 struct hpc3_regs { struct
311 extern struct hpc3_regs *hpc3c0, *hpc3c1; argument