Lines Matching refs:comphy_map_data
20 struct comphy_map *comphy_map_data, int comphy_max_lanes) in comphy_mux_check_config() argument
28 lane++, comphy_map_data++, mux_data++) { in comphy_mux_check_config()
30 if (comphy_map_data->type == COMPHY_TYPE_IGNORE) in comphy_mux_check_config()
36 if (mux_opt->type == comphy_map_data->type) { in comphy_mux_check_config()
43 lane, comphy_map_data->type); in comphy_mux_check_config()
46 comphy_map_data->type = COMPHY_TYPE_UNCONNECTED; in comphy_mux_check_config()
49 lane, comphy_map_data->type); in comphy_mux_check_config()
79 struct comphy_map *comphy_map_data, in comphy_mux_reg_write() argument
89 lane++, comphy_map_data++, mux_data++) { in comphy_mux_reg_write()
90 if (comphy_map_data->type == COMPHY_TYPE_IGNORE) in comphy_mux_reg_write()
104 comphy_map_data->type, in comphy_mux_reg_write()
113 struct comphy_map *comphy_map_data, in comphy_mux_init() argument
129 comphy_mux_check_config(mux_data, comphy_map_data, comphy_max_lanes); in comphy_mux_init()
131 comphy_mux_reg_write(mux_data, comphy_map_data, comphy_max_lanes, in comphy_mux_init()