Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc9194.h132 #define PTR_AUTOINC 0x4000 macro
Dsmc9194.c611 outw( PTR_AUTOINC , ioaddr + POINTER ); in smc_hardware_send_packet()
1172 outw( PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER ); in smc_rcv()
1293 outw( PTR_AUTOINC | PTR_READ, ioaddr + POINTER ); in smc_tx()
Dsmc91c92_cs.c213 #define PTR_AUTOINC 0x4000 macro
1146 outw(PTR_AUTOINC , ioaddr + POINTER); in smc_hardware_send_packet()
1277 outw(PTR_AUTOINC | PTR_READ | 0, ioaddr + POINTER); in smc_tx_err()
1485 outw(PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER); in smc_rx()
Dsmc91x.h622 #define PTR_AUTOINC 0x4000 // Auto increment the pointer on each access macro
1067 2|PTR_READ|PTR_RCV|PTR_AUTOINC); \
Dsmc91x.c426 SMC_SET_PTR(lp, PTR_READ | PTR_RCV | PTR_AUTOINC); in smc_rcv()
587 SMC_SET_PTR(lp, PTR_AUTOINC); in smc_hardware_send_pkt()
733 SMC_SET_PTR(lp, PTR_AUTOINC | PTR_READ); in smc_tx()