Lines Matching refs:rockchip_grf_value
110 struct rockchip_grf_value { struct
117 const struct rockchip_grf_value *values; argument
123 static const struct rockchip_grf_value px30_defaults[] __initconst = {
138 static const struct rockchip_grf_value rk3036_defaults[] __initconst = {
153 static const struct rockchip_grf_value rk3128_defaults[] __initconst = {
164 static const struct rockchip_grf_value rk3228_defaults[] __initconst = {
176 static const struct rockchip_grf_value rk3288_defaults[] __initconst = {
188 static const struct rockchip_grf_value rk3328_defaults[] __initconst = {
200 static const struct rockchip_grf_value rk3308_defaults[] __initconst = {
212 static const struct rockchip_grf_value rk3368_defaults[] __initconst = {
223 static const struct rockchip_grf_value rk3399_defaults[] __initconst = {
234 static const struct rockchip_grf_value rk3588_sys_grf_defaults[] __initconst = {
254 static const struct rockchip_grf_value rv1126_defaults[] __initconst = {
339 const struct rockchip_grf_value *val = &grf_info->values[i]; in rockchip_grf_init()