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

  /src/sys/arch/mac68k/mac68k/
machdep.c 174 u_long IOBase;
1953 IOBase = 0x50f00000;
1954 Via1Base = (volatile u_char *)IOBase;
1962 IOBase = 0x50f00000;
1963 Via1Base = (volatile u_char *)IOBase;
1980 IOBase = 0x50f00000;
1981 Via1Base = (volatile u_char *)IOBase;
1992 IOBase = 0x50f00000;
1993 Via1Base = (volatile u_char *)IOBase;
2021 IOBase = 0x50f00000
    [all...]
iop.c 108 ((u_char *)IOBase + 0xc000);
110 ((u_char *)IOBase + 0x1e000);
114 ((u_char *)IOBase + 0x4000);
116 ((u_char *)IOBase + 0x12000);
pmap_bootstrap.c 381 protopte = IOBase | PG_RW | PG_CI | PG_V;
382 IOBase = PTE2VA(pte);
via.c 209 ossintr = (volatile u_char *)IOBase + 0x1a006;
macrom.c 794 extern unsigned long IOBase;
  /src/sys/arch/mac68k/include/
cpu.h 202 extern unsigned long IOBase; /* Base address of I/O */
  /src/sys/arch/mac68k/obio/
iwm_fd.c 292 extern u_long IOBase; /* from mac68k/machdep.c */
302 IWMBase = IOBase + 0x16000;
310 IWMBase = IOBase + 0x16000;
320 IWMBase = IOBase + 0x16000;
325 IWMBase = IOBase + 0x1E000;
esp.c 187 reg_offset = SCSIBase - IOBase;
192 * the scsi registers are offset 0x1000 bytes from IOBase).
  /src/sys/arch/mac68k/dev/
zs.c 865 extern u_long IOBase;
901 mac68k_set_io_offsets(IOBase);

Completed in 36 milliseconds