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

  /src/sys/arch/mac68k/include/
psc.h 35 extern volatile u_int8_t *PSCBase;
37 #define psc_reg1(r) (*((volatile u_int8_t *)(PSCBase+r)))
38 #define psc_reg2(r) (*((volatile u_int16_t *)(PSCBase+r)))
39 #define psc_reg4(r) (*((volatile u_int32_t *)(PSCBase+r)))
  /src/sys/arch/mac68k/mac68k/
machdep.c 171 volatile u_char *Via1Base, *Via2Base, *PSCBase = NULL;
2173 PSCBase = (volatile u_char *)base + 0x31000;

Completed in 14 milliseconds