Searched refs:MDIO_DELAY (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/mdio/
H A Dmdio-bitbang.c33 /* Minimum MDC period is 400 ns, plus some margin for error. MDIO_DELAY
36 #define MDIO_DELAY 250 macro
49 ndelay(MDIO_DELAY);
51 ndelay(MDIO_DELAY);
60 ndelay(MDIO_DELAY);

Completed in 299 milliseconds