Searched refs:BUSTYPE_PCI (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ | ||
D | mpspec_def.h | 90 #define BUSTYPE_PCI "PCI" macro |
/arch/x86/kernel/ | ||
D | mpparse.c | 101 } else if (strncmp(str, BUSTYPE_PCI, sizeof(BUSTYPE_PCI) - 1) == 0) { in MP_bus_info() |