Searched refs:aux_ck (Results 1 – 1 of 1) sorted by relevance
191 struct clk *aux_ck; member252 clk_disable_unprepare(port->aux_ck); in mtk_pcie_put_resources()838 err = clk_prepare_enable(port->aux_ck); in mtk_pcie_enable_port()892 clk_disable_unprepare(port->aux_ck); in mtk_pcie_enable_port()941 port->aux_ck = devm_clk_get_optional(dev, name); in mtk_pcie_parse_port()942 if (IS_ERR(port->aux_ck)) in mtk_pcie_parse_port()943 return PTR_ERR(port->aux_ck); in mtk_pcie_parse_port()1141 clk_disable_unprepare(port->aux_ck); in mtk_pcie_suspend_noirq()