Home
last modified time | relevance | path

Searched refs:pci_resource_alignment (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/pci/
H A Dsetup-bus.c178 r_align = pci_resource_alignment(dev, r); in pdev_sort_resources()
199 align = pci_resource_alignment(dev_res->dev, in pdev_sort_resources()
482 align = pci_resource_alignment(dev_res2->dev, in __assign_resources_sorted()
1018 align = pci_resource_alignment(dev, r); in pbus_size_io()
1214 align = pci_resource_alignment(dev, r); in pbus_size_mem()
1976 align = pci_resource_alignment(dev, res); in remove_dev_resource()
2040 align = pci_resource_alignment(bridge, io_res); in pci_bus_distribute_available_resources()
2044 align = pci_resource_alignment(bridge, mmio_res); in pci_bus_distribute_available_resources()
2125 align = pci_resource_alignment(dev, res); in pci_bus_distribute_available_resources()
2137 align = pci_resource_alignment(dev, res); in pci_bus_distribute_available_resources()
[all …]
H A Dsetup-res.c335 align = pci_resource_alignment(dev, res); in pci_assign_resource()
H A Dpci.h749 static inline resource_size_t pci_resource_alignment(struct pci_dev *dev, in pci_resource_alignment() function