Home
last modified time | relevance | path

Searched refs:BUSTYPE_EISA (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h85 #define BUSTYPE_EISA "EISA" macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dmpspec.h76 #define BUSTYPE_EISA "EISA " macro
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c96 } else if (strncmp(str, BUSTYPE_EISA, sizeof(BUSTYPE_EISA) - 1) == 0) { in MP_bus_info()