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

  /external/grub/netboot/
fa311.c 127 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);
natsemi.c 202 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 69 milliseconds