Searched refs:ptr_comphy_map (Results 1 – 1 of 1) sorted by relevance
1957 struct comphy_map *ptr_comphy_map; in comphy_cp110_init() local1972 for (lane = 0, ptr_comphy_map = serdes_map; lane < 4; in comphy_cp110_init()1973 lane++, ptr_comphy_map++) { in comphy_cp110_init()1974 if (ptr_comphy_map->type != PHY_TYPE_PEX0) in comphy_cp110_init()1979 for (lane = 0, ptr_comphy_map = serdes_map; lane < comphy_max_count; in comphy_cp110_init()1980 lane++, ptr_comphy_map++) { in comphy_cp110_init()1982 debug("Serdes type = 0x%x\n", ptr_comphy_map->type); in comphy_cp110_init()1990 switch (ptr_comphy_map->type) { in comphy_cp110_init()2000 lane, pcie_width, ptr_comphy_map->clk_src, in comphy_cp110_init()2022 if (ptr_comphy_map->speed == PHY_SPEED_INVALID) { in comphy_cp110_init()[all …]