Lines Matching refs:sz
334 size_t sz = 1 << (fls(size) - 1); in mvebu_pcie_del_windows() local
336 mvebu_mbus_del_window(base, sz); in mvebu_pcie_del_windows()
337 base += sz; in mvebu_pcie_del_windows()
338 size -= sz; in mvebu_pcie_del_windows()
356 size_t sz = 1 << (fls(size) - 1); in mvebu_pcie_add_windows() local
360 sz, remap); in mvebu_pcie_add_windows()
362 phys_addr_t end = base + sz - 1; in mvebu_pcie_add_windows()
372 size -= sz; in mvebu_pcie_add_windows()
373 size_mapped += sz; in mvebu_pcie_add_windows()
374 base += sz; in mvebu_pcie_add_windows()
376 remap += sz; in mvebu_pcie_add_windows()