Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/sgi-ip32/
Dip32-platform.c18 #define MACEISA_SERIAL1_OFFS offsetof(struct sgi_mace, isa.serial1)
19 #define MACEISA_SERIAL2_OFFS offsetof(struct sgi_mace, isa.serial2)
95 #define MACE_RTC_RES_START (MACE_BASE + offsetof(struct sgi_mace, isa.rtc))
Dcrime.c22 struct sgi_mace __iomem *mace;
33 mace = ioremap(MACE_BASE, sizeof(struct sgi_mace)); in crime_init()
/linux-5.19.10/arch/mips/include/asm/ip32/
Dmace.h338 struct sgi_mace { struct
363 extern struct sgi_mace __iomem *mace; argument
/linux-5.19.10/drivers/parport/
Dparport_ip32.c2041 p->base = MACE_BASE + offsetof(struct sgi_mace, isa.parallel); in parport_ip32_probe_port()
2042 p->base_hi = MACE_BASE + offsetof(struct sgi_mace, isa.ecp1284); in parport_ip32_probe_port()