hpc3_regs         311 arch/mips/include/asm/sgi/hpc3.h extern struct hpc3_regs *hpc3c0, *hpc3c1;
hpc3_regs          16 arch/mips/include/asm/sgi/seeq.h 	struct hpc3_regs *hpc;
hpc3_regs          18 arch/mips/sgi-ip22/ip22-hpc.c struct hpc3_regs *hpc3c0, *hpc3c1;
hpc3_regs          35 arch/mips/sgi-ip22/ip22-hpc.c 	hpc3c0 = (struct hpc3_regs *)
hpc3_regs          36 arch/mips/sgi-ip22/ip22-hpc.c 		 ioremap(HPC3_CHIP0_BASE, sizeof(struct hpc3_regs));
hpc3_regs          37 arch/mips/sgi-ip22/ip22-hpc.c 	hpc3c1 = (struct hpc3_regs *)
hpc3_regs          38 arch/mips/sgi-ip22/ip22-hpc.c 		 ioremap(HPC3_CHIP1_BASE, sizeof(struct hpc3_regs));
hpc3_regs         215 arch/mips/sgi-ip22/ip22-platform.c 	res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs, rtcregs);
hpc3_regs         725 drivers/net/ethernet/seeq/sgiseeq.c 	struct hpc3_regs *hpcregs = pd->hpc;
hpc3_regs         763 sound/mips/hal2.c static void hal2_init_codec(struct hal2_codec *codec, struct hpc3_regs *hpc3,
hpc3_regs         801 sound/mips/hal2.c 	struct hpc3_regs *hpc3 = hpc3c0;