Searched refs:VAC_BASE (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/baget/
H A Dbaget.h13 #define VAC_BASE 0xBFFD0000 macro
H A Dvac.h201 #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)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/baget/
H A Dbaget.h13 #define VAC_BASE 0xBFFD0000 macro
H A Dvac.h201 #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)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/baget/
H A Dbaget.h13 #define VAC_BASE 0xBFFD0000 macro
H A Dvac.h201 #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)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/baget/
H A Dbaget.h13 #define VAC_BASE 0xBFFD0000 macro
H A Dvac.h201 #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)

Completed in 45 milliseconds