Home
last modified time | relevance | path

Searched refs:bar_off (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/pci/
Dmsi.c84 uint32_t bar_off = 0x10 + 4 * (msix_cap->dword1 & 0x7); in __msix_map_table() local
94 uint32_t bar = pci_read_config(pci_dev->bus, pci_dev->device, pci_dev->func, bar_off); in __msix_map_table()