Searched refs:PTR_AUTOINC (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 132 #define PTR_AUTOINC 0x4000 macro
|
H A D | smc9194.c | 611 outw( PTR_AUTOINC , ioaddr + POINTER ); in smc_hardware_send_packet() 1143 outw( PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER ); in smc_rcv() 1264 outw( PTR_AUTOINC | PTR_READ, ioaddr + POINTER ); in smc_tx()
|
H A D | smc91c92_cs.c | 214 #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()
|
H A D | smc91x.h | 661 #define PTR_AUTOINC 0x4000 // Auto increment the pointer on each access macro 1106 2|PTR_READ|PTR_RCV|PTR_AUTOINC); \
|
H A D | smc91x.c | 413 SMC_SET_PTR(lp, PTR_READ | PTR_RCV | PTR_AUTOINC); in smc_rcv() 574 SMC_SET_PTR(lp, PTR_AUTOINC); in smc_hardware_send_pkt() 722 SMC_SET_PTR(lp, PTR_AUTOINC | PTR_READ); in smc_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 132 #define PTR_AUTOINC 0x4000 macro
|
H A D | smc9194.c | 611 outw( PTR_AUTOINC , ioaddr + POINTER ); in smc_hardware_send_packet() 1145 outw( PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER ); in smc_rcv() 1266 outw( PTR_AUTOINC | PTR_READ, ioaddr + POINTER ); in smc_tx()
|
H A D | smc91c92_cs.c | 214 #define PTR_AUTOINC 0x4000 macro 1149 outw(PTR_AUTOINC , ioaddr + POINTER); in smc_hardware_send_packet() 1280 outw(PTR_AUTOINC | PTR_READ | 0, ioaddr + POINTER); in smc_tx_err() 1488 outw(PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER); in smc_rx()
|
H A D | smc91x.h | 650 #define PTR_AUTOINC 0x4000 // Auto increment the pointer on each access macro 1095 2|PTR_READ|PTR_RCV|PTR_AUTOINC); \
|
H A D | smc91x.c | 413 SMC_SET_PTR(lp, PTR_READ | PTR_RCV | PTR_AUTOINC); in smc_rcv() 574 SMC_SET_PTR(lp, PTR_AUTOINC); in smc_hardware_send_pkt() 723 SMC_SET_PTR(lp, PTR_AUTOINC | PTR_READ); in smc_tx()
|
Completed in 27 milliseconds