Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/marvell/
Dcomphy.h258 #define HPIPE_LANE_CFG4_DFE_EN_SEL_OFFSET 3 macro
260 (0x1 << HPIPE_LANE_CFG4_DFE_EN_SEL_OFFSET)
/external/arm-trusted-firmware/drivers/marvell/comphy/
Dcomphy-cp110.h825 #define HPIPE_LANE_CFG4_DFE_EN_SEL_OFFSET 3 macro
827 (0x1 << HPIPE_LANE_CFG4_DFE_EN_SEL_OFFSET)
Dphy-comphy-cp110.c1623 data = 0x1 << HPIPE_LANE_CFG4_DFE_EN_SEL_OFFSET; in mvebu_cp110_comphy_pcie_power_on()