Searched refs:AREG (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dtrace.h144 #define AREG(x) { APIC_##x, "APIC_" #x } macro
147 AREG(ID), AREG(LVR), AREG(TASKPRI), AREG(ARBPRI), AREG(PROCPRI), \
148 AREG(EOI), AREG(RRR), AREG(LDR), AREG(DF
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3lance.c163 #define AREG lp->iobase[1] macro
164 #define REGA(a) (*( AREG = (a), &DREG ))
427 /* From now on, AREG is kept to point to CSR0 */
580 AREG = CSR0;
625 AREG = CSR0;
661 AREG = CSR0;
854 AREG = CSR0;
908 /* Resume normal operation and reset AREG to CSR0 */
H A Datarilance.c20 optimized register access (keep AREG pointing to CSR0)
235 #define AREG IO->addr macro
236 #define REGA(a) (*( AREG = (a), &DREG ))
658 /* From now on, AREG is kept to point to CSR0 */
737 AREG = CSR0;
867 AREG = CSR0;
1057 AREG = CSR0;
1112 /* Resume normal operation and reset AREG to CSR0 */

Completed in 53 milliseconds