Home
last modified time | relevance | path

Searched refs:MCA_ENABLED (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dmca.h36 #define MCA_ENABLED 0x01 /* POS 2, set if adapter enabled */ macro
/linux-3.4.99/arch/x86/kernel/
Dmca_32.c116 if (!(mca_dev->pos[2] & MCA_ENABLED)) { in mca_configure_adapter_status()