Searched refs:ptr_comphy_map (Results 1 – 1 of 1) sorted by relevance
1970 struct comphy_map *ptr_comphy_map; in comphy_cp110_init() local1985 for (lane = 0, ptr_comphy_map = serdes_map; lane < 4; in comphy_cp110_init()1986 lane++, ptr_comphy_map++) { in comphy_cp110_init()1987 if (ptr_comphy_map->type != PHY_TYPE_PEX0) in comphy_cp110_init()1992 for (lane = 0, ptr_comphy_map = serdes_map; lane < comphy_max_count; in comphy_cp110_init()1993 lane++, ptr_comphy_map++) { in comphy_cp110_init()1995 debug("Serdes type = 0x%x\n", ptr_comphy_map->type); in comphy_cp110_init()2003 switch (ptr_comphy_map->type) { in comphy_cp110_init()2013 lane, pcie_width, ptr_comphy_map->clk_src, in comphy_cp110_init()2036 if (ptr_comphy_map->speed == PHY_SPEED_INVALID) { in comphy_cp110_init()[all …]