Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/hisilicon/
H A 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()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-kirin.c53 #define PCIE_OE_BYPASS (0x3 << 28) macro
235 val &= ~PCIE_OE_BYPASS; in hi3660_pcie_phy_oe_enable()