Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsmc9000.h67 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro
75 #define TCR_NORMAL (TCR_ENABLE | TCR_PAD_ENABLE)
Dsmc9000.c740 _outw(inw(nic->ioaddr + TCR ) | TCR_ENABLE, nic->ioaddr + TCR ); in smc9000_transmit()