Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H 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()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-palmas.c376 enum palmas_pinmux mux_opt; member
449 .mux_opt = PALMAS_PINMUX_##_id, \
711 if (g->opt[i]->mux_opt == function) in palmas_pinctrl_set_mux()