Lines Matching refs:comphy_map_data
21 struct comphy_map *comphy_map_data, int comphy_max_lanes) in comphy_mux_check_config() argument
29 lane++, comphy_map_data++, mux_data++) { in comphy_mux_check_config()
31 if (comphy_map_data->type == PHY_TYPE_IGNORE) in comphy_mux_check_config()
37 if (mux_opt->type == comphy_map_data->type) { in comphy_mux_check_config()
44 lane, comphy_map_data->type); in comphy_mux_check_config()
47 comphy_map_data->type = PHY_TYPE_UNCONNECTED; in comphy_mux_check_config()
50 lane, comphy_map_data->type); in comphy_mux_check_config()
80 struct comphy_map *comphy_map_data, in comphy_mux_reg_write() argument
90 lane++, comphy_map_data++, mux_data++) { in comphy_mux_reg_write()
91 if (comphy_map_data->type == PHY_TYPE_IGNORE) in comphy_mux_reg_write()
105 comphy_map_data->type, in comphy_mux_reg_write()
114 struct comphy_map *comphy_map_data, in comphy_mux_init() argument
130 comphy_mux_check_config(mux_data, comphy_map_data, comphy_max_lanes); in comphy_mux_init()
132 comphy_mux_reg_write(mux_data, comphy_map_data, comphy_max_lanes, in comphy_mux_init()