Lines Matching full:slices
567 u32 i, slices, val = 0; in tegra_hte_probe() local
575 ret = of_property_read_u32(dev->of_node, "nvidia,slices", &slices); in tegra_hte_probe()
577 dev_err(dev, "Could not read slices\n"); in tegra_hte_probe()
580 nlines = slices << 5; in tegra_hte_probe()
602 hte_dev->sl = devm_kcalloc(dev, slices, sizeof(*hte_dev->sl), in tegra_hte_probe()
653 for (i = 0; i < slices; i++) { in tegra_hte_probe()
667 dev_dbg(gc->dev, "lines: %d, slices:%d", gc->nlines, slices); in tegra_hte_probe()
676 u32 slices = gs->chip->nlines / NV_LINES_IN_SLICE; in tegra_hte_resume_early() local
681 for (i = 0; i < slices; i++) { in tegra_hte_resume_early()
697 u32 slices = gs->chip->nlines / NV_LINES_IN_SLICE; in tegra_hte_suspend_late() local
701 for (i = 0; i < slices; i++) { in tegra_hte_suspend_late()