Searched refs:baridx (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/vmd/
H A Dpci.c309 uint8_t b, d, f, o, baridx, ofs, sz; local
356 * o = 0x10 -> baridx = 0
357 * o = 0x14 -> baridx = 1
358 * o = 0x18 -> baridx = 2
359 * o = 0x1c -> baridx = 3
360 * o = 0x20 -> baridx = 4
361 * o = 0x24 -> baridx = 5
363 baridx = (o / 4) - 4;
364 if (baridx < pci.pci_devices[d].pd_bar_ct)
372 baridx
[all...]

Completed in 60 milliseconds