Searched refs:vpu_grf_e (Results 1 – 1 of 1) sorted by relevance
1091 struct rockchip_aux_grf *vo_grf_e, *vpu_grf_e; in clk_rk3528_probe() local1154 vpu_grf_e = devm_kzalloc(dev, sizeof(*vpu_grf_e), GFP_KERNEL); in clk_rk3528_probe()1155 if (!vpu_grf_e) in clk_rk3528_probe()1158 vpu_grf_e->grf = vpu_grf; in clk_rk3528_probe()1159 vpu_grf_e->type = grf_type_vpu; in clk_rk3528_probe()1160 hash_add(ctx->aux_grf_table, &vpu_grf_e->node, grf_type_vpu); in clk_rk3528_probe()