Searched refs:tx_config (Results 1 - 2 of 2) sorted by relevance

/external/grub/netboot/
H A Dfa311.c127 int tx_config; local
183 tx_config = 0xD0801002;
188 tx_config = 0x10801002;
191 writel(tx_config, dev->ioaddr + TxConfig);
197 tx_config |= 0xC0000000;
200 tx_config &= ~0xC0000000;
202 writew(tx_config, dev->ioaddr + TxConfig);
H A Dnatsemi.c202 static unsigned int tx_config;
431 tx_config = 0xD0801002;
434 tx_config = 0x10801002;
437 outl(tx_config, ioaddr + TxConfig);
583 tx_config |= 0xC0000000;
586 tx_config &= ~0xC0000000;
588 outl(tx_config, ioaddr + TxConfig);
201 static unsigned int tx_config; variable

Completed in 89 milliseconds