Searched refs:PCIM_CMD_PORTEN (Results 1 – 9 of 9) sorted by relevance
117 if (!(d & PCIM_CMD_PORTEN)) { in piix_probe()
169 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()
611 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()
744 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()
126 if ((config & (PCIM_CMD_PORTEN | PCIM_CMD_MEMEN)) == 0) in vga_pci_is_boot_display()
87 #define PCIM_CMD_PORTEN 0x0001 macro
3045 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()
345 PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | in pci_dw_setup_hw()
373 PCIM_CMD_PORTEN; in fsl_pcib_attach()