Lines Matching refs:ptr_comphy_map
1957 struct comphy_map *ptr_comphy_map; in comphy_cp110_init() local
1972 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()
2025 ptr_comphy_map->speed = PHY_SPEED_1_25G; in comphy_cp110_init()
2028 lane, ptr_comphy_map->speed, hpipe_base_addr, in comphy_cp110_init()
2034 ptr_comphy_map->speed); in comphy_cp110_init()
2051 ptr_comphy_map->type = PHY_TYPE_UNCONNECTED; in comphy_cp110_init()