Searched refs:ngates (Results 1 – 2 of 2) sorted by relevance
47 int ngates; in sun6i_a31_apb0_gates_clk_probe() local74 ngates = find_last_bit(data->mask, SUN6I_APB0_GATES_MAX_SIZE); in sun6i_a31_apb0_gates_clk_probe()75 clk_data->clks = devm_kcalloc(&pdev->dev, (ngates + 1), in sun6i_a31_apb0_gates_clk_probe()92 clk_data->clk_num = ngates + 1; in sun6i_a31_apb0_gates_clk_probe()
42 unsigned int ngates; member204 .ngates = ARRAY_SIZE(ox810se_gates),210 .ngates = ARRAY_SIZE(ox820_gates),239 for (i = 0 ; i < data->ngates ; ++i) in oxnas_stdclk_probe()