Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-snapdragon/
H A Dpinctrl-snapdragon.h18 unsigned int (*get_function_mux)(unsigned int selector); member
H A Dpinctrl-apq8016.c59 .get_function_mux = apq8016_get_function_mux,
H A Dpinctrl-apq8096.c54 .get_function_mux = apq8096_get_function_mux,
H A Dpinctrl-snapdragon.c78 priv->data->get_function_mux(func_selector) << 2); in msm_pinmux_set()