Searched refs:niomux_routes (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl-rockchip.c | 372 u32 niomux_routes; member 1612 for (i = 0; i < ctrl->niomux_routes; i++) { in rockchip_get_mux_route() 1619 if (i >= ctrl->niomux_routes) in rockchip_get_mux_route() 3196 for (j = 0; j < ctrl->niomux_routes; j++) { 3337 .niomux_routes = ARRAY_SIZE(px30_mux_route_data), 3404 .niomux_routes = ARRAY_SIZE(rv1126_mux_route_data), 3447 .niomux_routes = ARRAY_SIZE(rk1808_mux_route_data), 3540 .niomux_routes = ARRAY_SIZE(rk3128_mux_route_data), 3576 .niomux_routes = ARRAY_SIZE(rk3228_mux_route_data), 3631 .niomux_routes = ARRAY_SIZE(rk3288_mux_route_data), [all …]
|
| /rk3399_rockchip-uboot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rk3128.c | 182 .niomux_routes = ARRAY_SIZE(rk3128_mux_route_data),
|
| H A D | pinctrl-rockchip-core.c | 72 for (i = 0; i < ctrl->niomux_routes; i++) { in rockchip_get_mux_route() 79 if (i >= ctrl->niomux_routes) in rockchip_get_mux_route() 657 for (j = 0; j < ctrl->niomux_routes; j++) {
|
| H A D | pinctrl-rk3288.c | 230 .niomux_routes = ARRAY_SIZE(rk3288_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-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 | 340 .niomux_routes = ARRAY_SIZE(rk3328_mux_route_data),
|
| H A D | pinctrl-rv1126.c | 386 .niomux_routes = ARRAY_SIZE(rv1126_mux_route_data),
|
| H A D | pinctrl-rockchip.h | 572 u32 niomux_routes; member
|
| H A D | pinctrl-rk3568.c | 347 .niomux_routes = ARRAY_SIZE(rk3568_mux_route_data),
|