Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pinctrl/
Dpinctrl-rockchip.c803 for (i = 0; i < ctrl->niomux_routes; i++) { in rockchip_get_mux_route()
810 if (i >= ctrl->niomux_routes) in rockchip_get_mux_route()
2613 for (j = 0; j < ctrl->niomux_routes; j++) { in rockchip_pinctrl_get_soc_data()
2816 .niomux_routes = ARRAY_SIZE(px30_mux_route_data),
2926 .niomux_routes = ARRAY_SIZE(rk3128_mux_route_data),
2944 .niomux_routes = ARRAY_SIZE(rk3188_mux_route_data),
2962 .niomux_routes = ARRAY_SIZE(rk3228_mux_route_data),
3007 .niomux_routes = ARRAY_SIZE(rk3288_mux_route_data),
3044 .niomux_routes = ARRAY_SIZE(rk3308_mux_route_data),
3073 .niomux_routes = ARRAY_SIZE(rk3328_mux_route_data),
[all …]
Dpinctrl-rockchip.h231 u32 niomux_routes; member