Searched refs:bar_id (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/tools/patman/test/ |
D | 0001-pci-Correct-cast-for-sandbox.patch | 40 - bar_id, base, size, is_64 ? 64 : 32, 41 + bar_id, (unsigned long long)base,
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | pci.c | 98 int bar_cnt, bar_id, mem_type; in pci_bar_show() local 118 bar_id = 0; in pci_bar_show() 152 bar_id, (unsigned long long)base, in pci_bar_show() 158 bar_id++; in pci_bar_show()
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci-uclass.c | 1354 int bar_id = (bar - PCI_BASE_ADDRESS_0) >> 2; in dm_pci_map_ea_bar() local 1368 if (((ea_entry & PCI_EA_BEI) >> 4) != bar_id) in dm_pci_map_ea_bar()
|