Lines Matching refs:comphy_map_data
19 struct comphy_map *comphy_map_data, int comphy_max_lanes) in comphy_mux_check_config() argument
27 lane++, comphy_map_data++, mux_data++) { in comphy_mux_check_config()
29 if (comphy_map_data->type == COMPHY_TYPE_IGNORE) in comphy_mux_check_config()
35 if (mux_opt->type == comphy_map_data->type) { in comphy_mux_check_config()
42 lane, comphy_map_data->type); in comphy_mux_check_config()
45 comphy_map_data->type = COMPHY_TYPE_UNCONNECTED; in comphy_mux_check_config()
48 lane, comphy_map_data->type); in comphy_mux_check_config()
78 struct comphy_map *comphy_map_data, in comphy_mux_reg_write() argument
88 lane++, comphy_map_data++, mux_data++) { in comphy_mux_reg_write()
89 if (comphy_map_data->type == COMPHY_TYPE_IGNORE) in comphy_mux_reg_write()
103 comphy_map_data->type, in comphy_mux_reg_write()
112 struct comphy_map *comphy_map_data, in comphy_mux_init() argument
128 comphy_mux_check_config(mux_data, comphy_map_data, comphy_max_lanes); in comphy_mux_init()
130 comphy_mux_reg_write(mux_data, comphy_map_data, comphy_max_lanes, in comphy_mux_init()