Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/include/asm/
Dl2cache.h126 enable |= SYSC_L2C_ENABLE_ENABLE_BIT; in _meta_l2c_enable()
128 enable &= ~SYSC_L2C_ENABLE_ENABLE_BIT; in _meta_l2c_enable()
148 return metag_in32(SYSC_L2C_ENABLE) & SYSC_L2C_ENABLE_ENABLE_BIT; in _meta_l2c_is_enabled()
Dmetag_mem.h1101 #define SYSC_L2C_ENABLE_ENABLE_BIT 0x00000001 macro