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

  /src/sys/arch/mac68k/include/
cpu.h 202 extern unsigned long IOBase; /* Base address of I/O */
  /src/sys/arch/mac68k/mac68k/
machdep.c 173 u_long IOBase;
1982 IOBase = 0x50f00000;
1983 Via1Base = (volatile u_char *)IOBase;
1991 IOBase = 0x50f00000;
1992 Via1Base = (volatile u_char *)IOBase;
2009 IOBase = 0x50f00000;
2010 Via1Base = (volatile u_char *)IOBase;
2021 IOBase = 0x50f00000;
2022 Via1Base = (volatile u_char *)IOBase;
2050 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 423 protopte = IOBase | PG_RW | PG_CI | PG_V;
424 IOBase = PTE2VA(pte);
605 mac68k_set_io_offsets(IOBase);
via.c 209 ossintr = (volatile u_char *)IOBase + 0x1a006;
macrom.c 794 extern unsigned long IOBase;
  /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 190 reg_offset = SCSIBase - IOBase;
195 * 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 21 milliseconds