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

/haiku/src/libs/compat/freebsd_network/
H A Dpci.cpp301 uint32 table_value = gPci->read_pci_config(info->bus, info->device, info->function,
304 uint32 bar = table_value & PCI_msix_bir_mask;
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp2283 uint32 table_value = ReadConfig(device->domain, device->bus, local
2290 info->table_bar = table_value & PCI_msix_bir_mask;
2291 info->table_offset = table_value & PCI_msix_offset_mask;

Completed in 77 milliseconds