Lines Matching full:vsps
327 const char *vsps_prop_name = "renesas,vsps"; in rzg2l_du_vsps_init()
332 } vsps[RZG2L_DU_MAX_VSPS] = { { NULL, }, }; in rzg2l_du_vsps_init() local
339 * First parse the DT vsps property to populate the list of VSPs. Each in rzg2l_du_vsps_init()
361 if (vsps[j].np == args.np) in rzg2l_du_vsps_init()
368 vsps[vsps_count++].np = args.np; in rzg2l_du_vsps_init()
370 vsps[j].crtcs_mask |= BIT(i); in rzg2l_du_vsps_init()
374 * second cell of the 'renesas,vsps' specifier isn't present, in rzg2l_du_vsps_init()
377 rcdu->crtcs[i].vsp = &rcdu->vsps[j]; in rzg2l_du_vsps_init()
382 * Then initialize all the VSPs from the node pointers and CRTCs bitmask in rzg2l_du_vsps_init()
386 struct rzg2l_du_vsp *vsp = &rcdu->vsps[i]; in rzg2l_du_vsps_init()
391 ret = rzg2l_du_vsp_init(vsp, vsps[i].np, vsps[i].crtcs_mask); in rzg2l_du_vsps_init()
397 for (i = 0; i < ARRAY_SIZE(vsps); ++i) in rzg2l_du_vsps_init()
398 of_node_put(vsps[i].np); in rzg2l_du_vsps_init()