/netbsd-src/sys/arch/x68k/include/ |
H A D | cpu.h | 72 #define INTIOBASE (0x00C00000) macro 84 #define IIOV(pa) ((u_int)(pa) - INTIOBASE + (u_int)intiobase) 85 #define IIOP(va) ((u_int)(va) - (u_int)intiobase + INTIOBASE) 86 #define IIOPOFF(pa) ((int)(pa)-INTIOBASE) 87 #define IIOMAPSIZE btoc(INTIOTOP-INTIOBASE) /* 4mb */
|
/netbsd-src/sys/arch/hp300/include/ |
H A D | cpu.h | 85 #define INTIOBASE (0x00400000) macro 102 #define IIOV(pa) ((paddr_t)(pa)-INTIOBASE+(vaddr_t)intiobase) 103 #define IIOP(va) ((vaddr_t)(va)-(vaddr_t)intiobase+INTIOBASE) 104 #define IIOPOFF(pa) ((paddr_t)(pa)-INTIOBASE) 105 #define IIOMAPSIZE btoc(INTIOTOP-INTIOBASE) /* 2mb */
|
/netbsd-src/sys/arch/next68k/include/ |
H A D | cpu.h | 249 #define INTIOBASE (0x02000000) macro 271 #define IIOV(pa) ((int)(pa)-INTIOBASE+intiobase) 272 #define IIOP(va) ((int)(va)-intiobase+INTIOBASE) 273 #define IIOMAPSIZE btoc(INTIOTOP-INTIOBASE) /* 2mb */
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | dnkbd.c | 98 (struct apciregs *)IIOV(INTIOBASE + FRODO_BASE + in dnkbd_getc() 172 if (badaddr((void *)IIOV(INTIOBASE + FRODO_BASE + in dnkbd_init()
|
H A D | apci.c | 104 frodoregs = (volatile u_int8_t *)IIOV(INTIOBASE + FRODO_BASE); in apciprobe() 117 (void *)IIOV(INTIOBASE + FRODO_BASE + FRODO_APCI_OFFSET(1)); in apciprobe()
|
H A D | ite.c | 213 ip->regbase = (uint8_t *)(INTIOBASE + FB_BASE); in iteconfig() 256 if ((int)ip->regbase == INTIOBASE + FB_BASE) { in iteprobe()
|
H A D | samachdep.h | 48 #define INTIOBASE (0x00400000) macro
|
H A D | clock.c | 72 (volatile uint8_t *)(INTIOBASE + FRODO_BASE + FRODO_CALENDAR);
|
H A D | autoconf.c | 174 return INTIOBASE + FB_BASE; in sctoaddr()
|
/netbsd-src/sys/arch/next68k/dev/ |
H A D | intio.c | 117 if (addr >= INTIOBASE && (addr + size) < INTIOTOP) { in bus_space_map() 130 if (addr >= INTIOBASE && (addr + offset) < INTIOTOP) in bus_space_mmap()
|
/netbsd-src/sys/arch/hp300/dev/ |
H A D | com_frodo.c | 171 frodoregs = (volatile uint8_t *)IIOV(INTIOBASE + FRODO_BASE); in com_frodo_cnattach()
|
H A D | intio.c | 180 aprint_normal(" addr 0x%lx", INTIOBASE + ia->ia_iobase); in intioprint()
|
/netbsd-src/sys/arch/hp300/hp300/ |
H A D | bus_space.c | 63 *bshp = (bus_space_handle_t)IIOV(INTIOBASE + bpa); in bus_space_map()
|
H A D | locore.s | 196 movl #INTIOBASE+MMUBASE,%a1 469 movw #0,INTIOBASE+MMUBASE+MMUCMD+2 470 movw #MMU_IEN+MMU_CEN+MMU_FPE,INTIOBASE+MMUBASE+MMUCMD+2 485 movl #MMU_IEN+MMU_FPE,INTIOBASE+MMUBASE+MMUCMD 493 movl #0,INTIOBASE+MMUBASE+MMUCMD | clear external cache 494 movl #MMU_ENAB,INTIOBASE+MMUBASE+MMUCMD | turn on MMU
|
H A D | genassym.cf | 182 define INTIOBASE INTIOBASE
|
H A D | pmap_bootstrap.c | 394 protopte = INTIOBASE | PG_RW | PG_CI | PG_V; in pmap_bootstrap()
|
/netbsd-src/sys/arch/next68k/next68k/ |
H A D | genassym.cf | 148 define INTIOBASE INTIOBASE
|
H A D | pmap_bootstrap.c | 419 protopte = INTIOBASE | PG_RW | PG_CI | PG_U | PG_M | PG_V; in pmap_bootstrap()
|
/netbsd-src/sys/arch/x68k/stand/boot_ufs/ |
H A D | bootmain.c | 54 #define IODEVbase ((volatile struct IODEVICE *)INTIOBASE)
|
/netbsd-src/sys/arch/x68k/x68k/ |
H A D | clock.c | 304 return ((off + (INTIOBASE + CLKBASE + CLKSR - 1)) >> PGSHIFT); in clockmap()
|
H A D | pmap_bootstrap.c | 361 protopte = INTIOBASE | PG_RW | PG_CI | PG_V; in pmap_bootstrap()
|
H A D | machdep.c | 1274 if (INTIOBASE <= pa && pa < INTIOTOP) { in mm_md_physacc()
|
/netbsd-src/sys/arch/x68k/dev/ |
H A D | intio.c | 162 INTIOBASE, in intio_attach() 163 INTIOBASE + 0x400000, in intio_attach()
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | clock.c | 475 return MD_BTOP(off + (INTIOBASE+CLKBASE+CLKSR-1)); in clockmap()
|