Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dpcireg.h892 #define PCI_HT_MSI_ADDR_LO_MASK __BITS(31, 20) macro
H A Dpci_subr.c1519 (uint64_t)hi << 32 | (lo & PCI_HT_MSI_ADDR_LO_MASK)); in pci_conf_print_ht_msimap_cap()