gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:poke_mii (0.01 seconds)
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/misc.c - 10.7KB - 328 lines
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 */
More results from misc.c
t2ex_source/driver/tef_em1d/netdrv/src/smsc9118.c - 26.8KB - 904 lines
361:                 if (power_on) {
362:                         poke_mii(inf, adr, 0,
363:                                  peek_mii(inf, adr, 0) & ~BMCR_PDN);
More results from smsc9118.c