Searched refs:hw_size (Results 1 – 3 of 3) sorted by relevance
210 size_t hw_size; in ast2500_sdrammc_update_size() local227 hw_size = readl(®s->ecc_range_ctrl) & GENMASK(29, 20); in ast2500_sdrammc_update_size()228 hw_size += (1 << 20); in ast2500_sdrammc_update_size()230 info->info.size = hw_size; in ast2500_sdrammc_update_size()
833 size_t hw_size; in ast2600_sdrammc_update_size() local860 hw_size = readl(®s->ecc_range_ctrl) & GENMASK(30, 20); in ast2600_sdrammc_update_size()861 hw_size += (1 << 20); in ast2600_sdrammc_update_size()863 info->info.size = hw_size; in ast2600_sdrammc_update_size()
222 size_t hw_align, hw_size, hw_payload, size, offset; in tegra_buf_prepare() local249 hw_size = offset + hw_payload; in tegra_buf_prepare()251 if (vb2_plane_size(vb, i) < hw_size) in tegra_buf_prepare()266 hw_size - offset - size); in tegra_buf_prepare()