HomeSort by relevance Sort by last modified time
    Searched refs:TCR_ENABLE (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
smc9000.h 67 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */
75 #define TCR_NORMAL (TCR_ENABLE | TCR_PAD_ENABLE)
smc9000.c 740 _outw(inw(nic->ioaddr + TCR ) | TCR_ENABLE, nic->ioaddr + TCR );

Completed in 118 milliseconds