Home
last modified time | relevance | path

Searched refs:COMMON_PHY_SD_CTRL1_PCIE_X2_EN_OFFSET (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/marvell/
H A Dcomphy.h40 #define COMMON_PHY_SD_CTRL1_PCIE_X2_EN_OFFSET 25 macro
42 (0x1 << COMMON_PHY_SD_CTRL1_PCIE_X2_EN_OFFSET)
/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dcomphy-cp110.h76 #define COMMON_PHY_SD_CTRL1_PCIE_X2_EN_OFFSET 25 macro
78 (0x1 << COMMON_PHY_SD_CTRL1_PCIE_X2_EN_OFFSET)
H A Dphy-comphy-cp110.c1341 data = 0x1 << COMMON_PHY_SD_CTRL1_PCIE_X2_EN_OFFSET; in mvebu_cp110_comphy_pcie_power_on()