Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/marvell/
H A Dcomphy.h37 #define COMMON_PHY_SD_CTRL1_PCIE_X4_EN_OFFSET 24 macro
39 (0x1 << COMMON_PHY_SD_CTRL1_PCIE_X4_EN_OFFSET)
/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dcomphy-cp110.h73 #define COMMON_PHY_SD_CTRL1_PCIE_X4_EN_OFFSET 24 macro
75 (0x1 << COMMON_PHY_SD_CTRL1_PCIE_X4_EN_OFFSET)
H A Dphy-comphy-cp110.c1336 data = 0x1 << COMMON_PHY_SD_CTRL1_PCIE_X4_EN_OFFSET; in mvebu_cp110_comphy_pcie_power_on()