Searched refs:CFG_SPACE_SIZE (Results 1 – 1 of 1) sorted by relevance
20 #define CFG_SPACE_SIZE 4096 macro 242 .start = 0xf0000000 - MAX_DEVICES * CFG_SPACE_SIZE,251 if (WARN_ON(size > CFG_SPACE_SIZE || offset % CFG_SPACE_SIZE)) in um_pci_map_cfgspace() 254 if (offset / CFG_SPACE_SIZE < MAX_DEVICES) { in um_pci_map_cfgspace() 256 *priv = &um_pci_devices[offset / CFG_SPACE_SIZE]; in um_pci_map_cfgspace() 585 start = virt_cfgspace_resource.start + i * CFG_SPACE_SIZE; in um_pci_init() 586 um_pci_devices[i].iomem = ioremap(start, CFG_SPACE_SIZE); in um_pci_init()