Home
last modified time | relevance | path

Searched refs:PCIM_CMD_MEMEN (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/arm/mv/
H A Dmv_pci.c610 PCIM_CMD_MEMEN | PCIM_CMD_PORTEN; in mv_pcib_enable()
833 command &= ~(PCIM_CMD_MEMEN | PCIM_CMD_PORTEN); in mv_pcib_init()
843 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN | in mv_pcib_init()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c751 return (cmd & PCIM_CMD_MEMEN); in memen()
868 enbit = PCIM_CMD_MEMEN; in pci_emul_alloc_bar()
2195 if (changed & PCIM_CMD_MEMEN) { in pci_emul_cmd_changed()
2196 if (new & PCIM_CMD_MEMEN) in pci_emul_cmd_changed()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_main.c531 if ((command & PCIM_CMD_MEMEN) == 0) { in smartpqi_attach()
/freebsd/sys/dev/pci/
H A Dvga_pci.c126 if ((config & (PCIM_CMD_PORTEN | PCIM_CMD_MEMEN)) == 0) in vga_pci_is_boot_display()
H A Dpcireg.h88 #define PCIM_CMD_MEMEN 0x0002 macro
H A Dpci.c2938 bit = PCIM_CMD_MEMEN; in pci_enable_io_method()
2957 bit = PCIM_CMD_MEMEN; in pci_disable_io_method()
3037 return (pci_read_config(dev, PCIR_COMMAND, 2) & PCIM_CMD_MEMEN) != 0; in pci_memen()
3079 cmd & ~(PCI_BAR_MEM(map) ? PCIM_CMD_MEMEN : PCIM_CMD_PORTEN), 2); in pci_read_bar()
3189 return ((cmd & PCIM_CMD_MEMEN) != 0); in pci_bar_enabled()
3345 cmd |= PCIM_CMD_MEMEN; in pci_add_map()
5517 cmd & ~(PCI_BAR_MEM(map) ? PCIM_CMD_MEMEN : PCIM_CMD_PORTEN), 2); in pci_reserve_map()
5750 PCIR_COMMAND, 2) & ~(PCIM_CMD_MEMEN | PCIM_CMD_PORTEN), 2); in pci_child_deleted()
H A Dpci_dw.c344 PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | in pci_dw_setup_hw()
H A Dpci_pci.c1527 if (command & PCIM_CMD_MEMEN) in pcib_cfg_save()
1548 if (command & PCIM_CMD_MEMEN) in pcib_cfg_restore()
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c372 cfgreg |= PCIM_CMD_SERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN | in fsl_pcib_attach()
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1987 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in intel_ntb_xeon_init_dev()
2029 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in intel_ntb_xeon_gen3_init_dev()
2099 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in intel_ntb_atom_init_dev()
H A Dntb_hw_plx.c234 PNTX_WRITE(sc, PCIR_COMMAND, PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in ntb_plx_init()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h115 #define PCI_COMMAND_MEMORY PCIM_CMD_MEMEN
/freebsd/sys/arm64/rockchip/
H A Drk_pcie.c1016 PRIV_CFG_WR2(sc, PCIR_COMMAND, PCIM_CMD_MEMEN | in rk_pcie_setup_sw()