Searched refs:aux_ck (Results 1 – 1 of 1) sorted by relevance
195 struct clk *aux_ck; member257 clk_disable_unprepare(port->aux_ck); in mtk_pcie_put_resources()846 err = clk_prepare_enable(port->aux_ck); in mtk_pcie_enable_port()900 clk_disable_unprepare(port->aux_ck); in mtk_pcie_enable_port()949 port->aux_ck = devm_clk_get_optional(dev, name); in mtk_pcie_parse_port()950 if (IS_ERR(port->aux_ck)) in mtk_pcie_parse_port()951 return PTR_ERR(port->aux_ck); in mtk_pcie_parse_port()1156 clk_disable_unprepare(port->aux_ck); in mtk_pcie_suspend_noirq()