Searched refs:SCTRL_PCIE_OE_OFFSET (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pcie-kirin.c | 59 #define SCTRL_PCIE_OE_OFFSET 0x14a macro 210 regmap_read(kirin_pcie->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in kirin_pcie_oe_enable() 213 regmap_write(kirin_pcie->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in kirin_pcie_oe_enable()
|
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pcie-kirin.c | 51 #define SCTRL_PCIE_OE_OFFSET 0x14a macro 233 regmap_read(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in hi3660_pcie_phy_oe_enable() 236 regmap_write(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in hi3660_pcie_phy_oe_enable()
|
/kernel/linux/linux-6.6/drivers/phy/hisilicon/ |
H A D | phy-hi3670-pcie.c | 135 #define SCTRL_PCIE_OE_OFFSET 0x14a macro 206 regmap_read(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in hi3670_pcie_phy_oe_enable() 212 regmap_write(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in hi3670_pcie_phy_oe_enable()
|
Completed in 4 milliseconds