Searched refs:Via1Base (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/macppc/dev/ |
H A D | 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; in via_reg_and() 214 volatile uint8_t *addr = Via1Base + reg; in via_reg_or() 222 volatile uint8_t *addr = Via1Base + reg; in via_reg_xor() 230 volatile uint8_t *addr = Via1Base + reg; in read_via_reg() 238 volatile uint8_t *addr = Via1Base + reg; in write_via_reg()
|
H A D | adb.c | 110 extern volatile uint8_t *Via1Base; in adbattach() 115 Via1Base = sc->sc_regbase; in adbattach()
|
H A D | adb_direct.c | 227 volatile uint8_t *Via1Base; variable
|
/netbsd-src/sys/arch/mac68k/include/ |
H A D | 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)))
|
/netbsd-src/sys/arch/mac68k/mac68k/ |
H A D | machdep.c | 171 volatile u_char *Via1Base, *Via2Base, *PSCBase = NULL; 1983 Via1Base = (volatile u_char *)IOBase; in setmachdep() 1992 Via1Base = (volatile u_char *)IOBase; in setmachdep() 2010 Via1Base = (volatile u_char *)IOBase; in setmachdep() 2022 Via1Base = (volatile u_char *)IOBase; in setmachdep() 2051 Via1Base = (volatile u_char *)IOBase; in setmachdep() 2060 Via1Base = (volatile u_char *)IOBase; in setmachdep() 2069 Via1Base = (volatile u_char *)IOBase; in setmachdep() 2078 Via1Base = (volatile u_char *)IOBase; in setmachdep() 2087 Via1Base in setmachdep() 170 volatile u_char *Via1Base, *Via2Base, *PSCBase = NULL; global() variable [all...] |
H A D | macrom.c | 921 VIA = (void *)__UNVOLATILE(Via1Base); in mrg_init() 949 mrg_VIA2 = (void *)((char *)__UNVOLATILE(Via1Base) + in mrg_init()
|
H A D | pramasm.s | 354 moveal _C_LABEL(Via1Base),%a1 | move VIA1 addr in reference reg
|
/netbsd-src/sys/arch/mac68k/dev/ |
H A D | mac68k5380.c | 171 scsi_enable = Via1Base + VIA2 * 0x2000 + vIER; in scsi_mach_init() 172 scsi_flag = Via1Base + VIA2 * 0x2000 + vIFR; in scsi_mach_init() 174 scsi_enable = Via1Base + VIA2 * 0x2000 + rIER; in scsi_mach_init() 175 scsi_flag = Via1Base + VIA2 * 0x2000 + rIFR; in scsi_mach_init()
|
/netbsd-src/sys/arch/mac68k/obio/ |
H A D | 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 587 movel _C_LABEL(Via1Base),%a1 662 movel _C_LABEL(Via1Base),%a1
|