Searched refs:PCIE_ATU_FUNC (Results 1 – 6 of 6) sorted by relevance
47 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
64 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
53 #define PCIE_ATU_FUNC(x) FIELD_PREP(GENMASK(18, 16), x) macro162 | PCIE_ATU_FUNC(PCI_FUNC(bdf)); in uniphier_pcie_conf_address()
57 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
169 PCIE_ATU_FUNC(PCI_FUNC(bdf)); in ls_pcie_conf_address()
98 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
Completed in 14 milliseconds