Searched refs:TCR_ENABLE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 65 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro 74 #define TCR_NORMAL TCR_ENABLE
|
H A D | smc91c92_cs.c | 151 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro 155 #define TCR_NORMAL TCR_ENABLE | TCR_PAD_EN 1294 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR); in smc_tx_err() 1329 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR); in smc_eph_irq() 1682 TCR_ENABLE | TCR_PAD_EN | smc->duplex, ioaddr + TCR); in smc_reset()
|
H A D | smc91x.h | 490 #define TCR_ENABLE 0x0001 // When 1 we can transmit macro 503 #define TCR_DEFAULT (TCR_ENABLE | TCR_PAD_EN)
|
H A D | smc9194.c | 1284 outw( inw( ioaddr + TCR ) | TCR_ENABLE, ioaddr + TCR ); in smc_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 65 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro 74 #define TCR_NORMAL TCR_ENABLE
|
H A D | smc91c92_cs.c | 151 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro 155 #define TCR_NORMAL TCR_ENABLE | TCR_PAD_EN 1297 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR); in smc_tx_err() 1332 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR); in smc_eph_irq() 1685 TCR_ENABLE | TCR_PAD_EN | smc->duplex, ioaddr + TCR); in smc_reset()
|
H A D | smc91x.h | 479 #define TCR_ENABLE 0x0001 // When 1 we can transmit macro 492 #define TCR_DEFAULT (TCR_ENABLE | TCR_PAD_EN)
|
H A D | smc9194.c | 1286 outw( inw( ioaddr + TCR ) | TCR_ENABLE, ioaddr + TCR ); in smc_tx()
|
Completed in 15 milliseconds