]> git.baikalelectronics.ru Git - uboot.git/commit
pci: Update dm_pci_bus_to_virt() parameters
authorAndrew Scull <ascull@google.com>
Thu, 21 Apr 2022 16:11:12 +0000 (16:11 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 3 May 2022 22:33:29 +0000 (18:33 -0400)
commitede0baf156ec6d179bcbd3c4318ebf39e73380cd
tree1e625e5b18c13d7357029a5675fc58613ceb237f
parentbc8d05f6eb039bdfcd54c680c9b7a0349a68dbcf
pci: Update dm_pci_bus_to_virt() parameters

Add mask parameter and reorder length parameter to match the other PCI
address conversion functions. Using PCI_REGION_TYPE as the mask gives
the old behaviour.

It's converted from a macro to an inline function as the length
parameter is now used twice, but should only be calculated once.

Signed-off-by: Andrew Scull <ascull@google.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/bios_emulator/atibios.c
drivers/pci/pci-uclass.c
include/pci.h