Searched refs:bar_id (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/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,
|
/external/u-boot/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()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gm107.cpp | 4197 int bar_id; in insertBarriers() local 4242 bar_id = bars.findFreeRange(1); in insertBarriers() 4243 if (bar_id == -1) in insertBarriers() 4244 bar_id = 5; in insertBarriers() 4245 bars.set(bar_id); in insertBarriers() 4246 emitWrDepBar(insn, bar_id); in insertBarriers() 4261 bar_id = bars.findFreeRange(1); in insertBarriers() 4262 if (bar_id == -1) in insertBarriers() 4263 bar_id = 5; in insertBarriers() 4264 bars.set(bar_id); in insertBarriers() [all …]
|
/external/u-boot/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()
|