Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c414 unsigned int t_clk; member
1139 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000); in tx_set_rate()
1171 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000); in txq_set_rate()
1344 * Hardware coalescing parameters are set in units of 64 t_clk
1365 temp += mp->t_clk / 2; in get_rx_coal()
1366 do_div(temp, mp->t_clk); in get_rx_coal()
1376 temp = (u64)usec * mp->t_clk; in set_rx_coal()
1402 temp += mp->t_clk / 2; in get_tx_coal()
1403 do_div(temp, mp->t_clk); in get_tx_coal()
1412 temp = (u64)usec * mp->t_clk; in set_tx_coal()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dnxp,sja1105.yaml11 least one half of t_CLK. At an SPI frequency of 1MHz, this means a minimum
/openbmc/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c548 * t_clk = 2*ref_freq*(mfi + mfn/(mfd+1))/(pd+1)