gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:WaitUsec from t2ex (0.00 seconds)
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/misc.c - 10.7KB - 328 lines
207:         for (i = 0; i < 2000; i++) {   /* max 1sec */
208:                 WaitUsec(500);
209:                 bmcr = peek_mii(inf, adr, 0);
t2ex_source/driver/tef_em1d/netdrv/src/smsc9118.c - 26.8KB - 904 lines
343:         OutW(PMT_CTRL, PMT_CTRL_PHY_RST);
344:         WaitUsec(100);
345:         wait_reg(inf, PMT_CTRL, PMT_CTRL_PHY_RST, 0);