Searched refs:pex_type (Results 1 – 4 of 4) sorted by relevance
32 typedef enum pex_type { enum49 MV_PEX_TYPE pex_type; /* MV_PEX_ROOT_COMPLEX MV_PEX_END_POINT */ member
1015 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()
229 enum pex_type { enum
70 static void setup_pex(struct udevice *dev, enum pex_type type) in setup_pex()