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

  /src/sys/arch/macppc/dev/
viareg.h 143 extern volatile unsigned char *Via1Base;
144 #define VIA1_addr Via1Base /* at PA 0x50f00000 */
195 #define via_reg(v, r) (*(Via1Base + (r)))
206 volatile uint8_t *addr = Via1Base + reg;
214 volatile uint8_t *addr = Via1Base + reg;
222 volatile uint8_t *addr = Via1Base + reg;
230 volatile uint8_t *addr = Via1Base + reg;
238 volatile uint8_t *addr = Via1Base + reg;
adb.c 110 extern volatile uint8_t *Via1Base;
115 Via1Base = sc->sc_regbase;
adb_direct.c 227 volatile uint8_t *Via1Base;
  /src/sys/arch/mac68k/include/
viareg.h 144 extern volatile unsigned char *Via1Base;
146 #define VIA1_addr Via1Base /* at PA 0x50f00000 */
197 #define via_reg(v, r) (*(Via1Base+(v)*0x2000+(r)))
  /src/sys/arch/mac68k/dev/
mac68k5380.c 171 scsi_enable = Via1Base + VIA2 * 0x2000 + vIER;
172 scsi_flag = Via1Base + VIA2 * 0x2000 + vIFR;
174 scsi_enable = Via1Base + VIA2 * 0x2000 + rIER;
175 scsi_flag = Via1Base + VIA2 * 0x2000 + rIFR;
  /src/sys/arch/mac68k/mac68k/
machdep.c 172 volatile u_char *Via1Base, *Via2Base, *PSCBase = NULL;
1954 Via1Base = (volatile u_char *)IOBase;
1963 Via1Base = (volatile u_char *)IOBase;
1981 Via1Base = (volatile u_char *)IOBase;
1993 Via1Base = (volatile u_char *)IOBase;
2022 Via1Base = (volatile u_char *)IOBase;
2031 Via1Base = (volatile u_char *)IOBase;
2040 Via1Base = (volatile u_char *)IOBase;
2049 Via1Base = (volatile u_char *)IOBase;
2058 Via1Base = (volatile u_char *)IOBase
    [all...]
pramasm.s 354 moveal _C_LABEL(Via1Base),%a1 | move VIA1 addr in reference reg
macrom.c 921 VIA = (void *)__UNVOLATILE(Via1Base);
949 mrg_VIA2 = (void *)((char *)__UNVOLATILE(Via1Base) +
  /src/sys/arch/mac68k/obio/
iwm.s 75 .extern _C_LABEL(Via1Base) | in mac68k/machdep.c
173 movel _C_LABEL(Via1Base),%a1
303 movel _C_LABEL(Via1Base),%a1
382 movel _C_LABEL(Via1Base),%a1
436 movel _C_LABEL(Via1Base),%a1
461 movel _C_LABEL(Via1Base),%a1
494 movel _C_LABEL(Via1Base),%a1
526 movel _C_LABEL(Via1Base),%a1
587 movel _C_LABEL(Via1Base),%a1
662 movel _C_LABEL(Via1Base),%a
    [all...]

Completed in 128 milliseconds