Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/
Dclk-axi-clkgen.c148 unsigned int *high, unsigned int *edge, unsigned int *nocount) in axi_clkgen_calc_clk_params() argument
151 *nocount = 1; in axi_clkgen_calc_clk_params()
153 *nocount = 0; in axi_clkgen_calc_clk_params()
254 unsigned int nocount; in axi_clkgen_set_rate() local
272 axi_clkgen_calc_clk_params(dout, &low, &high, &edge, &nocount); in axi_clkgen_set_rate()
276 (edge << 7) | (nocount << 6), 0x03ff); in axi_clkgen_set_rate()
278 axi_clkgen_calc_clk_params(d, &low, &high, &edge, &nocount); in axi_clkgen_set_rate()
280 (edge << 13) | (nocount << 12) | (high << 6) | low, 0x3fff); in axi_clkgen_set_rate()
282 axi_clkgen_calc_clk_params(m, &low, &high, &edge, &nocount); in axi_clkgen_set_rate()
286 (edge << 7) | (nocount << 6), 0x03ff); in axi_clkgen_set_rate()