Searched refs:PCIM_CMD_PORTEN (Results 1 – 3 of 3) sorted by relevance
550 command = (command & ~(PCIM_CMD_PORTEN | PCIM_CMD_MEMEN)) | PCIM_CMD_BUSMASTEREN; in rt_pci_device_alloc_resource()679 command |= (cfg & PCIM_BAR_SPACE) ? PCIM_CMD_PORTEN : PCIM_CMD_MEMEN; in rt_pci_device_alloc_resource()709 command |= PCIM_CMD_PORTEN; in rt_pci_device_alloc_resource()
60 #define PCIM_CMD_PORTEN 0x0001 macro
581 val |= PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_SERRESPEN; in dw_pcie_setup_rc()
Completed in 12 milliseconds