Home
last modified time | relevance | path

Searched refs:nb_pts (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/host1x/hw/
H A Dintr_hw.c36 for (i = irq_data->offset; i < DIV_ROUND_UP(host->info->nb_pts, 32); in syncpt_thresh_isr()
51 for (i = 1; i < (host->info->nb_pts / 32) - 1; i += 2) { in syncpt_thresh_isr()
63 for (i = irq_data->offset; i < DIV_ROUND_UP(host->info->nb_pts, 64); in syncpt_thresh_isr()
80 for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); ++i) { in host1x_intr_disable_all_syncpt_intrs()
113 for (id = 0; id < host->info->nb_pts; id++) { in host1x_intr_init_host_sync()
/linux/drivers/gpu/host1x/
H A Ddev.h101 unsigned int nb_pts; /* host1x: number of syncpoints supported */ member