Searched refs:of_pinconf (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rza1.c944 u32 of_pinconf; local
947 ret = of_property_read_u32_index(np, prop_name, i, &of_pinconf);
951 mux_conf->id = of_pinconf & MUX_PIN_ID_MASK;
954 mux_conf->mux_func = MUX_FUNC(of_pinconf);

Completed in 126 milliseconds