Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dpciio.h117 uint64_t pbi_base; /* current value of BAR */ member
/freebsd-13.1/usr.sbin/pciconf/
H A Dpciconf.c530 if (PCI_BAR_IO(bar.pbi_base)) { in print_bar()
533 base = bar.pbi_base & PCIM_BAR_IO_BASE; in print_bar()
535 if (bar.pbi_base & PCIM_BAR_MEM_PREFETCH) in print_bar()
539 switch (bar.pbi_base & PCIM_BAR_MEM_TYPE) { in print_bar()
552 base = bar.pbi_base & ~((uint64_t)0xf); in print_bar()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_passthru.c505 if (PCI_BAR_IO(bar.pbi_base)) { in cfginitbar()
507 base = bar.pbi_base & PCIM_BAR_IO_BASE; in cfginitbar()
509 switch (bar.pbi_base & PCIM_BAR_MEM_TYPE) { in cfginitbar()
517 base = bar.pbi_base & PCIM_BAR_MEM_BASE; in cfginitbar()
/freebsd-13.1/sys/dev/pci/
H A Dpci_user.c1349 bio->pbi_base = pm->pm_value; in pci_ioctl()