Searched refs:txcfg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dmac.c120 u32 txcfg, curLevel, newLevel; local
128 txcfg = REG_READ(ah, AR_TXCFG);
129 curLevel = MS(txcfg, AR_FTRIG);
138 (txcfg & ~AR_FTRIG) | SM(newLevel, AR_FTRIG));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis900.h31 txcfg=0x24, //Transmit Configuration Register enumerator in enum:sis900_registers
H A Dsis900.c1292 * Set the media mode of mac register txcfg/rxcfg according to
1331 outl (tx_flags, ioaddr + txcfg);
2244 outl(inl(ioaddr + txcfg) | TxMLB, ioaddr + txcfg); local

Completed in 86 milliseconds