Searched refs:CTL_AUTO_RELEASE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc9194.h109 #define CTL_AUTO_RELEASE 0x0800 macro
H A Dsmc91x.c320 ctl |= CTL_AUTO_RELEASE;
322 ctl &= ~CTL_AUTO_RELEASE;
704 * - CTL_AUTO_RELEASE is not set and TX of a packet completed.
H A Dsmc9194.c353 outw( inw( ioaddr + CONTROL ) | CTL_AUTO_RELEASE , ioaddr + CONTROL );
H A Dsmc91x.h730 #define CTL_AUTO_RELEASE 0x0800 // When 1 tx pages are released automatically macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dsmc91c92_cs.c198 #define CTL_AUTO_RELEASE 0x0800 macro
1382 outw(CTL_AUTO_RELEASE | 0x0000, ioaddr + CONTROL);
1383 outw(CTL_AUTO_RELEASE | CTL_TE_ENABLE | CTL_CR_ENABLE,
1710 outw(CTL_AUTO_RELEASE | CTL_TE_ENABLE | CTL_CR_ENABLE,

Completed in 123 milliseconds