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/amd64/vmm/io/
H A Dppt.c169 cmd &= ~(PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in ppt_attach()
412 cmd |= PCIM_CMD_PORTEN; in ppt_bar_enables()
461 cmd &= ~(PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in ppt_unassign_device()
/freebsd/sys/arm/mv/
H A Dmv_pci.c611 PCIM_CMD_MEMEN | PCIM_CMD_PORTEN; in mv_pcib_enable()
834 command &= ~(PCIM_CMD_MEMEN | PCIM_CMD_PORTEN); in mv_pcib_init()
845 PCIM_CMD_PORTEN; in mv_pcib_init()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c744 return (cmd & PCIM_CMD_PORTEN); in porten()
876 enbit = PCIM_CMD_PORTEN; in pci_emul_alloc_bar()
2204 if (changed & PCIM_CMD_PORTEN) { in pci_emul_cmd_changed()
2205 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.c3045 bit = PCIM_CMD_PORTEN; in pci_enable_io_method()
3064 bit = PCIM_CMD_PORTEN; in pci_disable_io_method()
3144 return (pci_read_config(dev, PCIR_COMMAND, 2) & PCIM_CMD_PORTEN) != 0; in pci_porten()
3192 cmd & ~(PCI_BAR_MEM(map) ? PCIM_CMD_MEMEN : PCIM_CMD_PORTEN), 2); in pci_read_bar()
3304 return ((cmd & PCIM_CMD_PORTEN) != 0); in pci_bar_enabled()
3453 cmd |= PCIM_CMD_PORTEN; in pci_add_map()
5613 cmd & ~(PCI_BAR_MEM(map) ? PCIM_CMD_MEMEN : PCIM_CMD_PORTEN), 2); in pci_reserve_map()
5961 PCIR_COMMAND, 2) & ~(PCIM_CMD_MEMEN | PCIM_CMD_PORTEN), 2); in pci_child_deleted()
H A Dpci_dw.c345 PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | in pci_dw_setup_hw()
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c373 PCIM_CMD_PORTEN; in fsl_pcib_attach()