Searched refs:pcie_clk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-bcm63xx.c | 148 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()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-bcm63xx.c | 148 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()
|
/kernel/linux/linux-5.10/drivers/pinctrl/qcom/ |
H A D | pinctrl-qcs404.c | 1347 FUNCTION(pcie_clk), 1533 [35] = PINGROUP(35, SOUTH, pcie_clk, _, qdss_tracedata_b, _, _, _, _, _, _),
|
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/ |
H A D | pinctrl-qcs404.c | 1339 MSM_PIN_FUNCTION(pcie_clk), 1525 [35] = PINGROUP(35, SOUTH, pcie_clk, _, qdss_tracedata_b, _, _, _, _, _, _),
|
Completed in 5 milliseconds