Home
last modified time | relevance | path

Searched refs:t_clk (Results 1 – 1 of 1) sorted by relevance

/drivers/net/
Dmv643xx_eth.c280 unsigned int t_clk; member
939 token_rate = ((rate / 1000) * 64) / (mp->shared->t_clk / 1000); in tx_set_rate()
971 token_rate = ((rate / 1000) * 64) / (mp->shared->t_clk / 1000); in txq_set_rate()
2066 unsigned int coal = ((mp->shared->t_clk / 1000000) * delay) / 64; in set_rx_coal()
2087 unsigned int coal = ((mp->shared->t_clk / 1000000) * delay) / 64; in set_tx_coal()
2461 msp->t_clk = (pd != NULL && pd->t_clk != 0) ? pd->t_clk : 133000000; in mv643xx_eth_shared_probe()