HomeSort by: relevance | last modified time | path
    Searched defs:INTIOBASE (Results 1 - 4 of 4) 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/stand/common/
samachdep.h 48 #define INTIOBASE (0x00400000)
  /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/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 */

Completed in 12 milliseconds