Searched refs:PCIE_CONF_MULTIFUNCTION (Results 1 – 3 of 3) sorted by relevance
420 if (func == 0 && !PCIE_CONF_MULTIFUNCTION(type)) { in scan_dev()449 multi = PCIE_CONF_MULTIFUNCTION(type); in pcie_scan()
286 multifunction_device = PCIE_CONF_MULTIFUNCTION(data); in pcie_generic_ctrl_enumerate_endpoint()
444 #define PCIE_CONF_MULTIFUNCTION(w) (((w) & 0x00800000U) != 0U) macro