Searched refs:PCIM_BAR_SPACE (Results 1 – 3 of 3) sorted by relevance
203 #define PCI_BAR_IO(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_IO_SPACE)204 #define PCI_BAR_MEM(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_MEM_SPACE)205 #define PCIM_BAR_SPACE 0x01 /* 0 = memory, 1 = I/O */ macro
600 if (cfg & PCIM_BAR_SPACE) in rt_pci_device_alloc_resource()679 command |= (cfg & PCIM_BAR_SPACE) ? PCIM_CMD_PORTEN : PCIM_CMD_MEMEN; in rt_pci_device_alloc_resource()
229 if (!(flags & PCIM_BAR_SPACE)) in dw_pcie_ep_set_bar()
Completed in 13 milliseconds