Home
last modified time | relevance | path

Searched refs:mux_opt (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/phy/marvell/
A Dcomphy_mux.c23 struct comphy_mux_options *mux_opt; in comphy_mux_check_config() local
34 mux_opt = mux_data->mux_values; in comphy_mux_check_config()
36 opt++, mux_opt++) { in comphy_mux_check_config()
37 if (mux_opt->type == comphy_map_data->type) { in comphy_mux_check_config()
60 struct comphy_mux_options *mux_opt; in comphy_mux_get_mux_value() local
66 mux_opt = mux_data->mux_values; in comphy_mux_get_mux_value()
67 for (opt = 0 ; opt < mux_data->max_lane_values; opt++, mux_opt++) { in comphy_mux_get_mux_value()
68 if (mux_opt->type == type) { in comphy_mux_get_mux_value()
69 value = mux_opt->mux_value; in comphy_mux_get_mux_value()

Completed in 2 milliseconds