Search | Google it | Results 1 - 2 of 2 for funcall:poke_mii (0.04 seconds) |
205: /* Reset MII, then sets depending on the mode */ 206: poke_mii(inf, adr, 0, BMCR_RESET); 207: for (i = 0; i < 2000; i++) { /* max 1sec */
361: if (power_on) { 362: poke_mii(inf, adr, 0, 363: peek_mii(inf, adr, 0) & ~BMCR_PDN);