Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-rockchip.c372 u32 niomux_routes; member
1567 for (i = 0; i < ctrl->niomux_routes; i++) { in rockchip_get_mux_route()
1574 if (i >= ctrl->niomux_routes) in rockchip_get_mux_route()
3151 for (j = 0; j < ctrl->niomux_routes; j++) {
3292 .niomux_routes = ARRAY_SIZE(px30_mux_route_data),
3359 .niomux_routes = ARRAY_SIZE(rv1126_mux_route_data),
3402 .niomux_routes = ARRAY_SIZE(rk1808_mux_route_data),
3495 .niomux_routes = ARRAY_SIZE(rk3128_mux_route_data),
3531 .niomux_routes = ARRAY_SIZE(rk3228_mux_route_data),
3586 .niomux_routes = ARRAY_SIZE(rk3288_mux_route_data),
[all …]
/OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c70 for (i = 0; i < ctrl->niomux_routes; i++) { in rockchip_get_mux_route()
77 if (i >= ctrl->niomux_routes) in rockchip_get_mux_route()
622 for (j = 0; j < ctrl->niomux_routes; j++) {
H A Dpinctrl-rk3128.c182 .niomux_routes = ARRAY_SIZE(rk3128_mux_route_data),
H A Dpinctrl-rk3308.c644 .niomux_routes = ARRAY_SIZE(rk3308_mux_route_data),
659 .niomux_routes = ARRAY_SIZE(rk3308b_mux_route_data),
H A Dpinctrl-rk3288.c230 .niomux_routes = ARRAY_SIZE(rk3288_mux_route_data),
H A Dpinctrl-rk322x.c265 .niomux_routes = ARRAY_SIZE(rk3228_mux_route_data),
H A Dpinctrl-rk1808.c265 .niomux_routes = ARRAY_SIZE(rk1808_mux_route_data),
H A Dpinctrl-rk3399.c290 .niomux_routes = ARRAY_SIZE(rk3399_mux_route_data),
H A Dpinctrl-rk3328.c295 .niomux_routes = ARRAY_SIZE(rk3328_mux_route_data),
H A Dpinctrl-rockchip.h543 u32 niomux_routes; member
H A Dpinctrl-rv1126.c386 .niomux_routes = ARRAY_SIZE(rv1126_mux_route_data),
H A Dpinctrl-rk3568.c335 .niomux_routes = ARRAY_SIZE(rk3568_mux_route_data),
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rockchip.c1046 for (i = 0; i < ctrl->niomux_routes; i++) { in rockchip_get_mux_route()
1053 if (i >= ctrl->niomux_routes) in rockchip_get_mux_route()
4111 for (j = 0; j < ctrl->niomux_routes; j++) { in rockchip_pinctrl_get_soc_data()
4363 .niomux_routes = ARRAY_SIZE(px30_mux_route_data),
4470 .niomux_routes = ARRAY_SIZE(rv1126_mux_route_data),
4507 .niomux_routes = ARRAY_SIZE(rk1808_mux_route_data),
4596 .niomux_routes = ARRAY_SIZE(rk3128_mux_route_data),
4614 .niomux_routes = ARRAY_SIZE(rk3188_mux_route_data),
4632 .niomux_routes = ARRAY_SIZE(rk3228_mux_route_data),
4677 .niomux_routes = ARRAY_SIZE(rk3288_mux_route_data),
[all …]
H A Dpinctrl-rockchip.h403 u32 niomux_routes; member