HomeSort by: relevance | last modified time | path
    Searched refs:PCI_HT_MSI_ADDR_LO_MASK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
pcireg.h 892 #define PCI_HT_MSI_ADDR_LO_MASK __BITS(31, 20)
pci_subr.c 1519 (uint64_t)hi << 32 | (lo & PCI_HT_MSI_ADDR_LO_MASK));

Completed in 18 milliseconds