Home
last modified time | relevance | path

Searched refs:pex_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dhigh_speed_env_spec.h32 typedef enum pex_type { enum
49 MV_PEX_TYPE pex_type; /* MV_PEX_ROOT_COMPLEX MV_PEX_END_POINT */ member
H A Dhigh_speed_env_lib.c1015 if (info->pex_type == MV_PEX_ROOT_COMPLEX) in serdes_phy_config()
1033 if (info->pex_type == MV_PEX_END_POINT) { in serdes_phy_config()
1233 if ((info->pex_type == MV_PEX_END_POINT) && in serdes_phy_config()
/openbmc/u-boot/drivers/misc/
H A Dmpc83xx_serdes.h229 enum pex_type { enum
H A Dmpc83xx_serdes.c70 static void setup_pex(struct udevice *dev, enum pex_type type) in setup_pex()