OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCIE_ATU_FUNC
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/pci/
pcie_layerscape.h
57
#define
PCIE_ATU_FUNC
(x) (((x) & 0x7) << 16)
pcie_dw_mvebu.c
54
#define
PCIE_ATU_FUNC
(x) (((x) & 0x7) << 16)
pcie_imx.c
92
#define
PCIE_ATU_FUNC
(x) (((x) & 0x7) << 16)
pcie_layerscape.c
259
PCIE_ATU_FUNC
(PCI_FUNC(bdf));
Completed in 169 milliseconds