Home
last modified time | relevance | path

Searched refs:nb_bases (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/host1x/
Dsyncpt.c39 for (i = 0; i < host->info->nb_bases; i++) in host1x_syncpt_base_request()
43 if (i >= host->info->nb_bases) in host1x_syncpt_base_request()
351 bases = devm_kzalloc(host->dev, sizeof(*bases) * host->info->nb_bases, in host1x_syncpt_init()
361 for (i = 0; i < host->info->nb_bases; i++) in host1x_syncpt_init()
435 return host->info->nb_bases; in host1x_syncpt_nb_bases()
Ddev.c67 .nb_bases = 8,
76 .nb_bases = 12,
85 .nb_bases = 64,
Ddev.h95 int nb_bases; /* host1x: num syncpoints supported */ member