Searched refs:VAC_BASE (Results 1 – 2 of 2) sorted by relevance
201 #define vac_inb(p) (*(volatile unsigned char *)(VAC_BASE + (p)))202 #define vac_outb(v,p) (*((volatile unsigned char *)(VAC_BASE + (p))) = v)203 #define vac_inw(p) (*(volatile unsigned short*)(VAC_BASE + (p)))204 #define vac_outw(v,p) (*((volatile unsigned short*)(VAC_BASE + (p))) = v)
13 #define VAC_BASE 0xBFFD0000 macro