Searched refs:MBI_ENABLE (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ | ||
D | iosf_mbi.h | 17 #define MBI_ENABLE 0xF0 macro |
/arch/x86/platform/intel/ | ||
D | iosf_mbi.c | 40 return (op << 24) | (port << 16) | (offset << 8) | MBI_ENABLE; in iosf_mbi_form_mcr() |