Searched refs:Via1Base (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/macppc/dev/
H A Dviareg.h45 extern volatile unsigned char *Via1Base;
46 #define VIA1_addr Via1Base /* at PA 0x50f00000 */
67 #define via_reg(v, r) (*(Via1Base + (r)))
74 volatile unsigned char *addr = Via1Base + reg;
82 volatile unsigned char *addr = Via1Base + reg;
90 volatile unsigned char *addr = Via1Base + reg;
98 volatile unsigned char *addr = Via1Base + reg;
106 volatile unsigned char *addr = Via1Base + reg;
H A Dadb.c220 volatile u_char *Via1Base; variable
1680 Via1Base = sc->sc_regbase;

Completed in 199 milliseconds