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

/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c178 #define CFG_MII_SELECT 0x8000 /* 91C100 only */ macro
903 smc->cfg |= CFG_MII_SELECT;
907 if (smc->cfg & CFG_MII_SELECT) {
935 (smc->cfg & CFG_MII_SELECT) ? "MII" : if_names[dev->if_port]);
938 if (smc->cfg & CFG_MII_SELECT) {
1594 if (smc->cfg & CFG_MII_SELECT)
1684 outw(((smc->cfg & CFG_MII_SELECT) ? 0 : TCR_MONCSN) |
1688 if (smc->cfg & CFG_MII_SELECT) {
1767 if (smc->cfg & CFG_MII_SELECT) {
1841 if (smc->cfg & CFG_MII_SELECT) {
[all...]

Completed in 115 milliseconds