OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCIE_ATU_BUS
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/pci/
pcie_layerscape.h
55
#define
PCIE_ATU_BUS
(x) (((x) & 0xff) << 24)
pcie_dw_mvebu.c
52
#define
PCIE_ATU_BUS
(x) (((x) & 0xff) << 24)
pcie_imx.c
90
#define
PCIE_ATU_BUS
(x) (((x) & 0xff) << 24)
pcie_layerscape.c
257
busdev =
PCIE_ATU_BUS
(PCI_BUS(bdf) - bus->seq) |
Completed in 408 milliseconds