Home
last modified time | relevance | path

Searched refs:pcie_clk (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/pci/
Dpci-bcm63xx.c148 static struct clk *pcie_clk; variable
155 pcie_clk = clk_get(NULL, "pcie"); in bcm63xx_register_pcie()
156 if (IS_ERR_OR_NULL(pcie_clk)) in bcm63xx_register_pcie()
159 clk_prepare_enable(pcie_clk); in bcm63xx_register_pcie()