Searched refs:MACE_BASE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sgi-ip32/ |
H A D | ip32-platform.c | 23 .mapbase = MACE_BASE + offset, \ 95 #define MACE_RTC_RES_START (MACE_BASE + offsetof(struct sgi_mace, isa.rtc))
|
H A D | crime.c | 33 mace = ioremap(MACE_BASE, sizeof(struct sgi_mace)); in crime_init()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip32/ |
H A D | ip32-platform.c | 23 .mapbase = MACE_BASE + offset, \ 95 #define MACE_RTC_RES_START (MACE_BASE + offsetof(struct sgi_mace, isa.rtc))
|
H A D | crime.c | 33 mace = ioremap(MACE_BASE, sizeof(struct sgi_mace)); in crime_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
H A D | macmace.c | 53 #define MACE_BASE (void *)(0x50F1C000) macro 212 dev->base_addr = (u32)MACE_BASE; in mace_probe() 213 mp->mace = MACE_BASE; in mace_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apple/ |
H A D | macmace.c | 53 #define MACE_BASE (void *)(0x50F1C000) macro 213 dev->base_addr = (u32)MACE_BASE; in mace_probe() 214 mp->mace = MACE_BASE; in mace_probe()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ip32/ |
H A D | mace.h | 18 #define MACE_BASE 0x1f000000 /* physical */ macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ip32/ |
H A D | mace.h | 18 #define MACE_BASE 0x1f000000 /* physical */ macro
|
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_ip32.c | 2041 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()
|
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | parport_ip32.c | 2041 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()
|
Completed in 12 milliseconds