Home
last modified time | relevance | path

Searched refs:PCIM_BAR_SPACE (Results 1 – 3 of 3) sorted by relevance

/components/drivers/pci/
A Dpci_regs.h203 #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
A Dpci.c600 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()
/components/drivers/pci/host/dw/
A Dpcie-dw_ep.c229 if (!(flags & PCIM_BAR_SPACE)) in dw_pcie_ep_set_bar()

Completed in 16 milliseconds