Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/hisilicon/
Dphy-hi3670-pcie.c137 #define PCIE_OE_BYPASS GENMASK(29, 28) macro
209 val &= ~PCIE_OE_BYPASS; in hi3670_pcie_phy_oe_enable()
211 val |= PCIE_OE_BYPASS; in hi3670_pcie_phy_oe_enable()
/Linux-v6.1/drivers/pci/controller/dwc/
Dpcie-kirin.c54 #define PCIE_OE_BYPASS (0x3 << 28) macro
236 val &= ~PCIE_OE_BYPASS; in hi3660_pcie_phy_oe_enable()