Searched refs:TCR_ENABLE (Results 1 – 4 of 4) sorted by relevance
65 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro74 #define TCR_NORMAL TCR_ENABLE
151 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro155 #define TCR_NORMAL TCR_ENABLE | TCR_PAD_EN1297 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()
479 #define TCR_ENABLE 0x0001 // When 1 we can transmit macro492 #define TCR_DEFAULT (TCR_ENABLE | TCR_PAD_EN)
1286 outw( inw( ioaddr + TCR ) | TCR_ENABLE, ioaddr + TCR ); in smc_tx()