Searched refs:PTR_AUTOINC (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/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()
|
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.c | 509 SMC_outw (dev, PTR_AUTOINC, PTR_REG); in smc_send() 691 SMC_outw( dev, PTR_READ | PTR_RCV | PTR_AUTOINC, PTR_REG ); in smc_rcv()
|
H A D | smc91111.h | 546 #define PTR_AUTOINC 0x4000 /* Auto increment the pointer on each access */ macro
|