Searched refs:window_alignment (Results 1 – 4 of 4) sorted by relevance
31 resource_size_t (*window_alignment)(struct pci_bus *, unsigned long type); member
867 static resource_size_t window_alignment(struct pci_bus *bus, in window_alignment() function915 min_align = window_alignment(bus, IORESOURCE_IO); in pbus_size_io()1089 min_align = max(min_align, window_alignment(bus, b_res->flags)); in pbus_size_mem()
114 if (phb->controller_ops.window_alignment) in pcibios_window_alignment()115 return phb->controller_ops.window_alignment(bus, type); in pcibios_window_alignment()
2812 pnv_pci_controller_ops.window_alignment = pnv_pci_window_alignment; in pnv_pci_init_ioda_phb()