Searched refs:niomux_routes (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-rockchip.c | 372 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 D | pinctrl-rockchip-core.c | 70 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 D | pinctrl-rk3128.c | 182 .niomux_routes = ARRAY_SIZE(rk3128_mux_route_data),
|
| H A D | pinctrl-rk3308.c | 644 .niomux_routes = ARRAY_SIZE(rk3308_mux_route_data), 659 .niomux_routes = ARRAY_SIZE(rk3308b_mux_route_data),
|
| H A D | pinctrl-rk3288.c | 230 .niomux_routes = ARRAY_SIZE(rk3288_mux_route_data),
|
| H A D | pinctrl-rk322x.c | 265 .niomux_routes = ARRAY_SIZE(rk3228_mux_route_data),
|
| H A D | pinctrl-rk1808.c | 265 .niomux_routes = ARRAY_SIZE(rk1808_mux_route_data),
|
| H A D | pinctrl-rk3399.c | 290 .niomux_routes = ARRAY_SIZE(rk3399_mux_route_data),
|
| H A D | pinctrl-rk3328.c | 295 .niomux_routes = ARRAY_SIZE(rk3328_mux_route_data),
|
| H A D | pinctrl-rockchip.h | 543 u32 niomux_routes; member
|
| H A D | pinctrl-rv1126.c | 386 .niomux_routes = ARRAY_SIZE(rv1126_mux_route_data),
|
| H A D | pinctrl-rk3568.c | 335 .niomux_routes = ARRAY_SIZE(rk3568_mux_route_data),
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-rockchip.c | 1046 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 D | pinctrl-rockchip.h | 403 u32 niomux_routes; member
|