Searched refs:window_alignment (Results 1 – 5 of 5) sorted by relevance
35 resource_size_t (*window_alignment)(struct pci_bus *, unsigned long type); member
225 .window_alignment = cxl_pci_window_alignment,
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()1090 min_align = max(min_align, window_alignment(bus, b_res->flags)); in pbus_size_mem()
116 if (phb->controller_ops.window_alignment) in pcibios_window_alignment()117 return phb->controller_ops.window_alignment(bus, type); in pcibios_window_alignment()
3043 .window_alignment = pnv_pci_window_alignment,