Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Drio.h21 u32 CBAR; /* Address of 1MB register space */ member
/linux-4.4.14/arch/x86/kernel/cpu/
Damd.c89 #define CBAR (0xfffc) /* Configuration Base Address (32-bit) */ in init_amd_k5() macro
93 if (inl(CBAR) & CBAR_ENB) in init_amd_k5()
94 outl(0 | CBAR_KEY, CBAR); in init_amd_k5()