Searched refs:PCIM_CMD_MEMEN (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()697 command |= PCIM_CMD_MEMEN; in rt_pci_device_alloc_resource()
61 #define PCIM_CMD_MEMEN 0x0002 macro
581 val |= PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_SERRESPEN; in dw_pcie_setup_rc()
Completed in 14 milliseconds