Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pciconf/
H A Dpciconf.c525 if (PCI_BAR_IO(bar.pbi_base)) { in print_bar()
528 base = bar.pbi_base & PCIM_BAR_IO_BASE; in print_bar()
530 if (bar.pbi_base & PCIM_BAR_MEM_PREFETCH) in print_bar()
534 switch (bar.pbi_base & PCIM_BAR_MEM_TYPE) { in print_bar()
547 base = bar.pbi_base & ~((uint64_t)0xf); in print_bar()
/freebsd/sys/sys/
H A Dpciio.h115 uint64_t pbi_base; /* current value of BAR */ member
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c590 if (PCI_BAR_IO(bar.pbi_base)) { in cfginitbar()
592 base = bar.pbi_base & PCIM_BAR_IO_BASE; in cfginitbar()
594 switch (bar.pbi_base & PCIM_BAR_MEM_TYPE) { in cfginitbar()
602 base = bar.pbi_base & PCIM_BAR_MEM_BASE; in cfginitbar()
/freebsd/sys/dev/pci/
H A Dpci_user.c1354 bio->pbi_base = pm->pm_value; in pci_ioctl()