Lines Matching refs:sz
302 size_t sz = 1 << (fls(size) - 1); in mvebu_pcie_del_windows() local
304 mvebu_mbus_del_window(base, sz); in mvebu_pcie_del_windows()
305 base += sz; in mvebu_pcie_del_windows()
306 size -= sz; in mvebu_pcie_del_windows()
324 size_t sz = 1 << (fls(size) - 1); in mvebu_pcie_add_windows() local
328 sz, remap); in mvebu_pcie_add_windows()
330 phys_addr_t end = base + sz - 1; in mvebu_pcie_add_windows()
340 size -= sz; in mvebu_pcie_add_windows()
341 size_mapped += sz; in mvebu_pcie_add_windows()
342 base += sz; in mvebu_pcie_add_windows()
344 remap += sz; in mvebu_pcie_add_windows()