Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/sgi-ip22/
Dip22-hpc.c18 struct hpc3_regs *hpc3c0, *hpc3c1;
35 hpc3c0 = (struct hpc3_regs *) in sgihpc_init()
36 ioremap(HPC3_CHIP0_BASE, sizeof(struct hpc3_regs)); in sgihpc_init()
37 hpc3c1 = (struct hpc3_regs *) in sgihpc_init()
38 ioremap(HPC3_CHIP1_BASE, sizeof(struct hpc3_regs)); in sgihpc_init()
Dip22-platform.c215 res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs, rtcregs); in sgi_ds1286_devinit()
/linux-6.1.9/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
/linux-6.1.9/sound/mips/
Dhal2.c735 static void hal2_init_codec(struct hal2_codec *codec, struct hpc3_regs *hpc3, in hal2_init_codec()
773 struct hpc3_regs *hpc3 = hpc3c0; in hal2_create()
/linux-6.1.9/drivers/net/ethernet/seeq/
Dsgiseeq.c733 struct hpc3_regs *hpcregs = pd->hpc; in sgiseeq_probe()