Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h65 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro
74 #define TCR_NORMAL TCR_ENABLE
H A Dsmc91c92_cs.c151 #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 Dsmc91x.h479 #define TCR_ENABLE 0x0001 // When 1 we can transmit macro
492 #define TCR_DEFAULT (TCR_ENABLE | TCR_PAD_EN)
H A Dsmc9194.c1286 outw( inw( ioaddr + TCR ) | TCR_ENABLE, ioaddr + TCR ); in smc_tx()
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h363 #define TCR_ENABLE 0x0001 /* When 1 we can transmit */ macro
377 #define TCR_DEFAULT TCR_ENABLE