Lines Matching full:lane
16 * is valid for specific lane. If the type is not valid,
17 * the function update the struct and set the type of the lane as
24 int lane, opt, valid; in comphy_mux_check_config() local
28 for (lane = 0; lane < comphy_max_lanes; in comphy_mux_check_config()
29 lane++, comphy_map_data++, mux_data++) { in comphy_mux_check_config()
43 debug("lane number %d, had invalid type %d\n", in comphy_mux_check_config()
44 lane, comphy_map_data->type); in comphy_mux_check_config()
45 debug("set lane %d as type %d\n", lane, in comphy_mux_check_config()
49 debug("lane number %d, has type %d\n", in comphy_mux_check_config()
50 lane, comphy_map_data->type); in comphy_mux_check_config()
58 u32 type, int lane) in comphy_mux_get_mux_value() argument
84 u32 lane, value, offset, mask; in comphy_mux_reg_write() local
88 for (lane = 0; lane < comphy_max_lanes; in comphy_mux_reg_write()
89 lane++, comphy_map_data++, mux_data++) { in comphy_mux_reg_write()
93 offset = lane * bitcount; in comphy_mux_reg_write()
97 lane) << offset); in comphy_mux_reg_write()