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

/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_mdio.c16 #define MAX_MDIO_FREQ 2500000 /* 2.5 MHz */ macro
183 clk_div = (host_clock / (MAX_MDIO_FREQ * 2)) - 1;
185 * fHOST / (MAX_MDIO_FREQ * 2), then we need to add
187 if (host_clock % (MAX_MDIO_FREQ * 2))

Completed in 33 milliseconds