Searched refs:bar_id (Results 1 – 3 of 3) 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 | 4035 int bar_id; in insertBarriers() local 4079 bar_id = bars.findFreeRange(1); in insertBarriers() 4080 if (bar_id == -1) in insertBarriers() 4081 bar_id = 5; in insertBarriers() 4082 bars.set(bar_id); in insertBarriers() 4083 emitWrDepBar(insn, bar_id); in insertBarriers() 4098 bar_id = bars.findFreeRange(1); in insertBarriers() 4099 if (bar_id == -1) in insertBarriers() 4100 bar_id = 5; in insertBarriers() 4101 bars.set(bar_id); in insertBarriers() [all …]
|