Searched refs:perst (Results 1 – 3 of 3) sorted by relevance
64 struct reset_control *perst; member144 reset_control_deassert(imx8_phy->perst); in imx8_pcie_phy_power_on()164 reset_control_assert(imx8_phy->perst); in imx8_pcie_phy_power_off()258 imx8_phy->perst = in imx8_pcie_phy_probe()260 if (IS_ERR(imx8_phy->perst)) in imx8_pcie_phy_probe()261 return dev_err_probe(dev, PTR_ERR(imx8_phy->perst), in imx8_pcie_phy_probe()
722 u32 perst; in qcom_pcie_ep_perst_irq_thread() local724 perst = gpiod_get_value(pcie_ep->reset); in qcom_pcie_ep_perst_irq_thread()725 if (perst) { in qcom_pcie_ep_perst_irq_thread()734 (perst ? IRQF_TRIGGER_HIGH : IRQF_TRIGGER_LOW)); in qcom_pcie_ep_perst_irq_thread()
639 u32 perst = gpiod_get_value(rockchip->perst_gpio); in rockchip_pcie_ep_perst_irq_thread() local641 if (perst) in rockchip_pcie_ep_perst_irq_thread()647 (perst ? IRQF_TRIGGER_HIGH : IRQF_TRIGGER_LOW)); in rockchip_pcie_ep_perst_irq_thread()
Completed in 105 milliseconds