Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h973 #define PCIR_MSIX_PBA 0x8 macro
H A Dpci.c990 val = REG(ptr + PCIR_MSIX_PBA, 4); in pci_read_cap()
/freebsd/usr.sbin/pciconf/
H A Dcap.c702 val = read_config(fd, &p->pc_sel, ptr + PCIR_MSIX_PBA, 4); in cap_ea()