Searched refs:nocount (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/clk/ |
| D | clk-axi-clkgen.c | 186 unsigned int *high, unsigned int *edge, unsigned int *nocount) in axi_clkgen_calc_clk_params() argument 189 *nocount = 1; in axi_clkgen_calc_clk_params() 191 *nocount = 0; in axi_clkgen_calc_clk_params() 362 unsigned int nocount; in axi_clkgen_set_rate() local 380 axi_clkgen_calc_clk_params(dout, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 384 (edge << 7) | (nocount << 6), 0x03ff); in axi_clkgen_set_rate() 386 axi_clkgen_calc_clk_params(d, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 388 (edge << 13) | (nocount << 12) | (high << 6) | low, 0x3fff); in axi_clkgen_set_rate() 390 axi_clkgen_calc_clk_params(m, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 394 (edge << 7) | (nocount << 6), 0x03ff); in axi_clkgen_set_rate()
|