Home
last modified time | relevance | path

Searched refs:PCIM_BAR_MEM_64 (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/proto/
Dproto_bus_pci.c106 if ((val & PCIM_BAR_MEM_TYPE) == PCIM_BAR_MEM_64) in proto_pci_attach()
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_emul.c625 lobits = PCIM_BAR_MEM_SPACE | PCIM_BAR_MEM_64 | in pci_emul_alloc_bar()
631 lobits = PCIM_BAR_MEM_SPACE | PCIM_BAR_MEM_64; in pci_emul_alloc_bar()
1882 bar |= PCIM_BAR_MEM_SPACE | PCIM_BAR_MEM_64 | in pci_cfgrw()
Dpci_passthru.c559 case PCIM_BAR_MEM_64: in cfginitbar()
/freebsd-12-stable/sys/dev/pci/
Dpcireg.h228 #define PCIM_BAR_MEM_64 4 macro
Dpci.c598 case PCIM_BAR_MEM_64: in pci_maprange()
/freebsd-12-stable/sys/dev/ocs_fc/
Docs_pci.c151 if (val & PCIM_BAR_MEM_64) { in ocs_map_g7_bars()
/freebsd-12-stable/sys/mips/cavium/
Doctopci.c516 case PCIM_BAR_MEM_64: in octopci_init_bar()
/freebsd-12-stable/sys/dev/ntb/ntb_hw/
Dntb_hw_plx.c377 if ((val & PCIM_BAR_MEM_TYPE) == PCIM_BAR_MEM_64) { in ntb_plx_attach()
/freebsd-12-stable/usr.sbin/pciconf/
Dpciconf.c528 case PCIM_BAR_MEM_64: in print_bar()
/freebsd-12-stable/sys/dev/sf/
Dif_sf.c773 if ((reg & PCIM_BAR_MEM_64) == PCIM_BAR_MEM_64) in sf_attach()
/freebsd-12-stable/sys/dev/hyperv/pcib/
Dvmbus_pcib.c1653 if (!(hpdev->probed_bar[bar_no] & PCIM_BAR_MEM_64)) in vmbus_pcib_alloc_resource()
/freebsd-12-stable/sys/dev/qat/
Dqat.c427 if ((val & PCIM_BAR_MEM_TYPE) == PCIM_BAR_MEM_64) in qat_attach()