Home
last modified time | relevance | path

Searched refs:PCI_STD_RESOURCE_END (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Di386.c256 { PCI_STD_RESOURCES, PCI_STD_RESOURCE_END }, in pcibios_allocate_dev_resources()
/OK3568_Linux_fs/external/dpdk/pcie/igb_uio/
H A Digb_uio.c506 static const char *bar_names[PCI_STD_RESOURCE_END + 1] = { in igbuio_setup_bars()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh.c1740 for (i = 0; i <= PCI_STD_RESOURCE_END; i++) { in eeh_debugfs_break_device()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h93 PCI_STD_RESOURCE_END = PCI_STD_RESOURCES + PCI_STD_NUM_BARS - 1, enumerator