Searched refs:pci_resource_alignment (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/pci/ |
| H A D | setup-bus.c | 341 r_align = pci_resource_alignment(dev, r); in pdev_sort_resources() 362 align = pci_resource_alignment(dev_res->dev, in pdev_sort_resources() 656 align = pci_resource_alignment(dev_res2->dev, in __assign_resources_sorted() 1166 align = pci_resource_alignment(dev, r); in pbus_size_io() 1355 add_align = max(pci_resource_alignment(dev, r), add_align); in pbus_size_mem() 1367 align = pci_resource_alignment(dev, r); in pbus_size_mem() 2047 align = pci_resource_alignment(dev, res); in remove_dev_resource() 2102 align = pci_resource_alignment(bridge, res); in pci_bus_distribute_available_resources() 2173 align = pci_resource_alignment(dev, res); in pci_bus_distribute_available_resources()
|
| H A D | pci.h | 929 static inline resource_size_t pci_resource_alignment(struct pci_dev *dev, in pci_resource_alignment() function
|