bar4_start        300 drivers/pci/controller/pci-thunder-pem.c 	resource_size_t bar4_start;
bar4_start        316 drivers/pci/controller/pci-thunder-pem.c 	bar4_start = res_pem->start + 0xf00000;
bar4_start        317 drivers/pci/controller/pci-thunder-pem.c 	pem_pci->ea_entry[0] = (u32)bar4_start | 2;
bar4_start        318 drivers/pci/controller/pci-thunder-pem.c 	pem_pci->ea_entry[1] = (u32)(res_pem->end - bar4_start) & ~3u;
bar4_start        319 drivers/pci/controller/pci-thunder-pem.c 	pem_pci->ea_entry[2] = (u32)(bar4_start >> 32);