Searched refs:CLK_ROOT_ENABLE_MASK (Results 1 – 3 of 3) sorted by relevance
472 #define CLK_ROOT_ENABLE_MASK BIT(28) macro
739 return (val & CLK_ROOT_ENABLE_MASK) ? 1 : 0; in clock_root_enabled()
2082 #define CLK_ROOT_ENABLE_MASK 0x10000000 macro