Home
last modified time | relevance | path

Searched refs:PCIM_CMD_PORTEN (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/i386/i386/
H A Dmp_clock.c117 if (!(d & PCIM_CMD_PORTEN)) { in piix_probe()
/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()
844 PCIM_CMD_PORTEN; in mv_pcib_init()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c740 return (cmd & PCIM_CMD_PORTEN); in porten()
864 enbit = PCIM_CMD_PORTEN; in pci_emul_alloc_bar()
2180 if (changed & PCIM_CMD_PORTEN) { in pci_emul_cmd_changed()
2181 if (new & PCIM_CMD_PORTEN) in pci_emul_cmd_changed()
/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.h87 #define PCIM_CMD_PORTEN 0x0001 macro
H A Dpci.c2935 bit = PCIM_CMD_PORTEN; in pci_enable_io_method()
2954 bit = PCIM_CMD_PORTEN; in pci_disable_io_method()
3031 return (pci_read_config(dev, PCIR_COMMAND, 2) & PCIM_CMD_PORTEN) != 0; in pci_porten()
3079 cmd & ~(PCI_BAR_MEM(map) ? PCIM_CMD_MEMEN : PCIM_CMD_PORTEN), 2); in pci_read_bar()
3191 return ((cmd & PCIM_CMD_PORTEN) != 0); in pci_bar_enabled()
3340 cmd |= PCIM_CMD_PORTEN; 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.c1525 if (command & PCIM_CMD_PORTEN) in pcib_cfg_save()
1546 if (command & PCIM_CMD_PORTEN) in pcib_cfg_restore()
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c373 PCIM_CMD_PORTEN; in fsl_pcib_attach()