HomeSort by: relevance | last modified time | path
    Searched refs:INTIOBASE (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/x68k/include/
cpu.h 59 extern uint8_t *intiobase;
72 #define INTIOBASE (0x00C00000)
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 */
  /src/sys/arch/hp300/include/
cpu.h 64 extern uint8_t *intiobase, *intiolimit, *extiobase;
85 #define INTIOBASE (0x00400000)
96 * Internal IO space is mapped in the kernel from ``intiobase'' to
101 ((uint8_t *)(va) >= intiobase && (uint8_t *)(va) < intiolimit)
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 *
    [all...]
  /src/sys/arch/next68k/dev/
intio.c 117 if (addr >= INTIOBASE && (addr + size) < INTIOTOP) {
130 if (addr >= INTIOBASE && (addr + offset) < INTIOTOP)
  /src/sys/arch/hp300/stand/common/
apci.c 104 frodoregs = (volatile u_int8_t *)IIOV(INTIOBASE + FRODO_BASE);
117 (void *)IIOV(INTIOBASE + FRODO_BASE + FRODO_APCI_OFFSET(1));
samachdep.h 48 #define INTIOBASE (0x00400000)
dnkbd.c 98 (struct apciregs *)IIOV(INTIOBASE + FRODO_BASE +
172 if (badaddr((void *)IIOV(INTIOBASE + FRODO_BASE +
autoconf.c 174 return INTIOBASE + FB_BASE;
clock.c 76 (volatile uint8_t *)(INTIOBASE + FRODO_BASE + FRODO_CALENDAR);
ite.c 287 ip->regbase = (uint8_t *)(INTIOBASE + FB_BASE);
330 if ((int)ip->regbase == INTIOBASE + FB_BASE) {
  /src/sys/arch/next68k/include/
cpu.h 249 #define INTIOBASE (0x02000000)
267 * Internal IO space is mapped in the kernel from ``intiobase'' to
271 #define IIOV(pa) ((int)(pa)-INTIOBASE+intiobase)
272 #define IIOP(va) ((int)(va)-intiobase+INTIOBASE)
273 #define IIOMAPSIZE btoc(INTIOTOP-INTIOBASE) /* 2mb */
  /src/sys/arch/hp300/hp300/
bus_space.c 63 *bshp = (bus_space_handle_t)IIOV(INTIOBASE + bpa);
locore.s 196 movl #INTIOBASE+MMUBASE,%a1
436 movl %d1,INTIOBASE+MMUBASE+MMUSSTP | load in sysseg table register
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
1155 GLOBAL(intiobase)
pmap_bootstrap.c 394 protopte = INTIOBASE | PG_RW | PG_CI | PG_V;
396 RELOC(intiobase, uint8_t *) = (uint8_t *)PTE2VA(pte);
432 (vaddr_t)RELOC(intiobase, char *) + CLKBASE;
434 (vaddr_t)RELOC(intiobase, char *) + MMUBASE;
  /src/sys/arch/hp300/dev/
com_frodo.c 171 frodoregs = (volatile uint8_t *)IIOV(INTIOBASE + FRODO_BASE);
intio.c 166 (bus_addr_t)(intiobase + intio_builtins[i].ib_offset);
180 aprint_normal(" addr 0x%lx", INTIOBASE + ia->ia_iobase);
  /src/sys/arch/x68k/stand/boot_ufs/
bootmain.c 54 #define IODEVbase ((volatile struct IODEVICE *)INTIOBASE)
  /src/sys/arch/x68k/x68k/
clock.c 304 return ((off + (INTIOBASE + CLKBASE + CLKSR - 1)) >> PGSHIFT);
pmap_bootstrap.c 361 protopte = INTIOBASE | PG_RW | PG_CI | PG_V;
363 RELOC(intiobase, uint8_t *) = (uint8_t *)PTE2VA(pte);
machdep.c 1274 if (INTIOBASE <= pa && pa < INTIOTOP) {
  /src/sys/arch/x68k/dev/
intio.c 159 aprint_normal(" mapped at %8p\n", intiobase);
162 INTIOBASE,
163 INTIOBASE + 0x400000,
  /src/sys/arch/amiga/dev/
clock.c 475 return MD_BTOP(off + (INTIOBASE+CLKBASE+CLKSR-1));
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 419 protopte = INTIOBASE | PG_RW | PG_CI | PG_U | PG_M | PG_V;
421 RELOC(intiobase, vaddr_t) = PTE2VA(pte);

Completed in 270 milliseconds