Searched refs:PTR_AUTOINC (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/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 | 547 #define PTR_AUTOINC 0x4000 /* Auto increment the pointer on each access */ macro
|