Searched refs:nb_bases (Results 1 – 3 of 3) sorted by relevance
39 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()
67 .nb_bases = 8,76 .nb_bases = 12,85 .nb_bases = 64,
95 int nb_bases; /* host1x: num syncpoints supported */ member