sgi_mace 363 arch/mips/include/asm/ip32/mace.h extern struct sgi_mace __iomem *mace; sgi_mace 22 arch/mips/sgi-ip32/crime.c struct sgi_mace __iomem *mace; sgi_mace 33 arch/mips/sgi-ip32/crime.c mace = ioremap(MACE_BASE, sizeof(struct sgi_mace)); sgi_mace 18 arch/mips/sgi-ip32/ip32-platform.c #define MACEISA_SERIAL1_OFFS offsetof(struct sgi_mace, isa.serial1) sgi_mace 19 arch/mips/sgi-ip32/ip32-platform.c #define MACEISA_SERIAL2_OFFS offsetof(struct sgi_mace, isa.serial2) sgi_mace 95 arch/mips/sgi-ip32/ip32-platform.c #define MACE_RTC_RES_START (MACE_BASE + offsetof(struct sgi_mace, isa.rtc)) sgi_mace 2041 drivers/parport/parport_ip32.c p->base = MACE_BASE + offsetof(struct sgi_mace, isa.parallel); sgi_mace 2042 drivers/parport/parport_ip32.c p->base_hi = MACE_BASE + offsetof(struct sgi_mace, isa.ecp1284);