Home
last modified time | relevance | path

Searched refs:INTIOBASE (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/arch/x68k/include/
H A Dcpu.h72 #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 Dcpu.h85 #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 Dcpu.h249 #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 Ddnkbd.c98 (struct apciregs *)IIOV(INTIOBASE + FRODO_BASE + in dnkbd_getc()
172 if (badaddr((void *)IIOV(INTIOBASE + FRODO_BASE + in dnkbd_init()
H A Dapci.c104 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 Dite.c213 ip->regbase = (uint8_t *)(INTIOBASE + FB_BASE); in iteconfig()
256 if ((int)ip->regbase == INTIOBASE + FB_BASE) { in iteprobe()
H A Dsamachdep.h48 #define INTIOBASE (0x00400000) macro
H A Dclock.c72 (volatile uint8_t *)(INTIOBASE + FRODO_BASE + FRODO_CALENDAR);
H A Dautoconf.c174 return INTIOBASE + FB_BASE; in sctoaddr()
/netbsd-src/sys/arch/next68k/dev/
H A Dintio.c117 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 Dcom_frodo.c171 frodoregs = (volatile uint8_t *)IIOV(INTIOBASE + FRODO_BASE); in com_frodo_cnattach()
H A Dintio.c180 aprint_normal(" addr 0x%lx", INTIOBASE + ia->ia_iobase); in intioprint()
/netbsd-src/sys/arch/hp300/hp300/
H A Dbus_space.c63 *bshp = (bus_space_handle_t)IIOV(INTIOBASE + bpa); in bus_space_map()
H A Dlocore.s196 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 Dgenassym.cf182 define INTIOBASE INTIOBASE
H A Dpmap_bootstrap.c394 protopte = INTIOBASE | PG_RW | PG_CI | PG_V; in pmap_bootstrap()
/netbsd-src/sys/arch/next68k/next68k/
H A Dgenassym.cf148 define INTIOBASE INTIOBASE
H A Dpmap_bootstrap.c419 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 Dbootmain.c54 #define IODEVbase ((volatile struct IODEVICE *)INTIOBASE)
/netbsd-src/sys/arch/x68k/x68k/
H A Dclock.c304 return ((off + (INTIOBASE + CLKBASE + CLKSR - 1)) >> PGSHIFT); in clockmap()
H A Dpmap_bootstrap.c361 protopte = INTIOBASE | PG_RW | PG_CI | PG_V; in pmap_bootstrap()
H A Dmachdep.c1274 if (INTIOBASE <= pa && pa < INTIOTOP) { in mm_md_physacc()
/netbsd-src/sys/arch/x68k/dev/
H A Dintio.c162 INTIOBASE, in intio_attach()
163 INTIOBASE + 0x400000, in intio_attach()
/netbsd-src/sys/arch/amiga/dev/
H A Dclock.c475 return MD_BTOP(off + (INTIOBASE+CLKBASE+CLKSR-1)); in clockmap()