Home
last modified time | relevance | path

Searched refs:BUSTYPE_ISA (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h86 #define BUSTYPE_ISA "ISA" macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dmpspec.h79 #define BUSTYPE_ISA "ISA " macro
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c88 if (strncmp(str, BUSTYPE_ISA, sizeof(BUSTYPE_ISA) - 1) == 0) { in MP_bus_info()
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c389 mp_write_bus(mc, bus_isa, BUSTYPE_ISA); in write_mp_table()