Searched refs:nocount (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/clk/ |
| D | clk-axi-clkgen.c | 150 unsigned int *high, unsigned int *edge, unsigned int *nocount) in axi_clkgen_calc_clk_params() argument 153 *nocount = 1; in axi_clkgen_calc_clk_params() 155 *nocount = 0; in axi_clkgen_calc_clk_params() 256 unsigned int nocount; in axi_clkgen_set_rate() local 274 axi_clkgen_calc_clk_params(dout, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 278 (edge << 7) | (nocount << 6), 0x03ff); in axi_clkgen_set_rate() 280 axi_clkgen_calc_clk_params(d, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 282 (edge << 13) | (nocount << 12) | (high << 6) | low, 0x3fff); in axi_clkgen_set_rate() 284 axi_clkgen_calc_clk_params(m, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 288 (edge << 7) | (nocount << 6), 0x03ff); in axi_clkgen_set_rate()
|