Searched refs:nocount (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/clk/ |
D | clk-axi-clkgen.c | 187 unsigned int *high, unsigned int *edge, unsigned int *nocount) in axi_clkgen_calc_clk_params() argument 190 *nocount = 1; in axi_clkgen_calc_clk_params() 192 *nocount = 0; in axi_clkgen_calc_clk_params() 363 unsigned int nocount; in axi_clkgen_set_rate() local 381 axi_clkgen_calc_clk_params(dout, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 385 (edge << 7) | (nocount << 6), 0x03ff); in axi_clkgen_set_rate() 387 axi_clkgen_calc_clk_params(d, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 389 (edge << 13) | (nocount << 12) | (high << 6) | low, 0x3fff); in axi_clkgen_set_rate() 391 axi_clkgen_calc_clk_params(m, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 395 (edge << 7) | (nocount << 6), 0x03ff); in axi_clkgen_set_rate()
|