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()854 err = clk_prepare_enable(port->aux_ck); in mtk_pcie_enable_port()908 clk_disable_unprepare(port->aux_ck); in mtk_pcie_enable_port()957 port->aux_ck = devm_clk_get_optional(dev, name); in mtk_pcie_parse_port()958 if (IS_ERR(port->aux_ck)) in mtk_pcie_parse_port()959 return PTR_ERR(port->aux_ck); in mtk_pcie_parse_port()1169 clk_disable_unprepare(port->aux_ck); in mtk_pcie_suspend_noirq()