Lines Matching defs:pci_offset
276 u64 pci_offset;
929 u64 cpu_addr, u64 pci_offset)
933 b->pci_offset = pci_offset;
941 u64 pci_offset, cpu_addr, size = 0, tot_size = 0;
1021 pci_offset = lowest_pcie_addr;
1056 if (!size || (pci_offset & (size - 1)) ||
1057 (pci_offset < SZ_4G && pci_offset > SZ_2G)) {
1059 size, pci_offset);
1064 add_inbound_win(b++, &n, size, cpu_addr, pci_offset);
1099 u64 pci_offset = inbound_wins[i].pci_offset;
1103 u32 tmp = lower_32_bits(pci_offset);
1111 writel_relaxed(upper_32_bits(pci_offset), base + reg_offset + 4);
1229 if (inbound_wins[2].pci_offset >= SZ_4G ||
1230 (inbound_wins[2].size + inbound_wins[2].pci_offset) < SZ_4G)