Home
last modified time | relevance | path

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

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