Searched refs:num_pipe_clks (Results 1 – 1 of 1) sorted by relevance
3173 int num_pipe_clks; member4640 ret = clk_bulk_prepare_enable(qmp->num_pipe_clks, qmp->pipe_clks); in qmp_pcie_power_on()4675 clk_bulk_disable_unprepare(qmp->num_pipe_clks, qmp->pipe_clks); in qmp_pcie_power_on()4685 clk_bulk_disable_unprepare(qmp->num_pipe_clks, qmp->pipe_clks); in qmp_pcie_power_off()5026 qmp->num_pipe_clks = 1; in qmp_pcie_parse_dt_legacy()5108 qmp->num_pipe_clks = 2; in qmp_pcie_parse_dt()5116 ret = devm_clk_bulk_get_optional(dev, qmp->num_pipe_clks - 1, qmp->pipe_clks + 1); in qmp_pcie_parse_dt()