Searched refs:hpc3_regs (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
H A D | ip22-hpc.c | 18 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()
|
H A D | ip22-platform.c | 215 res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs, rtcregs); in sgi_ds1286_devinit()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip22-hpc.c | 18 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()
|
H A D | ip22-platform.c | 215 res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs, rtcregs); in sgi_ds1286_devinit()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/ |
H A D | seeq.h | 16 struct hpc3_regs *hpc;
|
H A D | hpc3.h | 178 struct hpc3_regs { struct 311 extern struct hpc3_regs *hpc3c0, *hpc3c1;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/ |
H A D | seeq.h | 16 struct hpc3_regs *hpc;
|
H A D | hpc3.h | 178 struct hpc3_regs { struct 311 extern struct hpc3_regs *hpc3c0, *hpc3c1;
|
/kernel/linux/linux-5.10/sound/mips/ |
H A D | hal2.c | 735 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()
|
/kernel/linux/linux-6.6/sound/mips/ |
H A D | hal2.c | 735 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | 733 struct hpc3_regs *hpcregs = pd->hpc; in sgiseeq_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | 733 struct hpc3_regs *hpcregs = pd->hpc; in sgiseeq_probe()
|
Completed in 9 milliseconds