Searched refs:aux_ck (Results 1 – 1 of 1) sorted by relevance
195 struct clk *aux_ck; member258 clk_disable_unprepare(port->aux_ck); in mtk_pcie_put_resources()848 err = clk_prepare_enable(port->aux_ck); in mtk_pcie_enable_port()902 clk_disable_unprepare(port->aux_ck); in mtk_pcie_enable_port()951 port->aux_ck = devm_clk_get_optional(dev, name); in mtk_pcie_parse_port()952 if (IS_ERR(port->aux_ck)) in mtk_pcie_parse_port()953 return PTR_ERR(port->aux_ck); in mtk_pcie_parse_port()1163 clk_disable_unprepare(port->aux_ck); in mtk_pcie_suspend_noirq()