hpc3_regs
extern struct hpc3_regs *hpc3c0, *hpc3c1;
struct hpc3_regs *hpc;
struct hpc3_regs *hpc3c0, *hpc3c1;
hpc3c0 = (struct hpc3_regs *)
ioremap(HPC3_CHIP0_BASE, sizeof(struct hpc3_regs));
hpc3c1 = (struct hpc3_regs *)
ioremap(HPC3_CHIP1_BASE, sizeof(struct hpc3_regs));
res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs, rtcregs);
offsetof(struct hpc3_regs, pbus_extregs[6]) + \
struct hpc3_regs *hpcregs = pd->hpc;
static void hal2_init_codec(struct hal2_codec *codec, struct hpc3_regs *hpc3,
struct hpc3_regs *hpc3 = hpc3c0;