Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/marvell/
Dcomphy.h105 #define HPIPE_PCIE_SEL_BITS_OFFSET 13 macro
107 (0x3 << HPIPE_PCIE_SEL_BITS_OFFSET)
/trusted-firmware-a-3.7.0/drivers/marvell/comphy/
Dcomphy-cp110.h421 #define HPIPE_PCIE_SEL_BITS_OFFSET 13 macro
423 (0x3 << HPIPE_PCIE_SEL_BITS_OFFSET)
Dphy-comphy-cp110.c1503 data |= 0x2 << HPIPE_PCIE_SEL_BITS_OFFSET; in mvebu_cp110_comphy_pcie_power_on()