Searched refs:PTR_AUTOINC (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/smsc/
H A Dsmc9194.h132 #define PTR_AUTOINC 0x4000 macro
H A Dsmc9194.c611 outw( PTR_AUTOINC , ioaddr + POINTER );
1145 outw( PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER );
1266 outw( PTR_AUTOINC | PTR_READ, ioaddr + POINTER );
H A Dsmc91c92_cs.c214 #define PTR_AUTOINC 0x4000 macro
1149 outw(PTR_AUTOINC , ioaddr + POINTER);
1280 outw(PTR_AUTOINC | PTR_READ | 0, ioaddr + POINTER);
1488 outw(PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER);
H A Dsmc91x.h631 #define PTR_AUTOINC 0x4000 // Auto increment the pointer on each access macro
1076 2|PTR_READ|PTR_RCV|PTR_AUTOINC); \
H A Dsmc91x.c414 SMC_SET_PTR(lp, PTR_READ | PTR_RCV | PTR_AUTOINC);
575 SMC_SET_PTR(lp, PTR_AUTOINC);
724 SMC_SET_PTR(lp, PTR_AUTOINC | PTR_READ);

Completed in 142 milliseconds