Searched refs:get_auxcr (Results 1 – 2 of 2) sorted by relevance
68 static inline unsigned int get_auxcr(void) in get_auxcr() function
597 set_auxcr(get_auxcr() | BIT(3) | BIT(2) | BIT(1)); in l2c310_cpu_enable_flz()600 set_auxcr(get_auxcr() & ~(BIT(3) | BIT(2) | BIT(1))); in l2c310_cpu_enable_flz()623 u32 acr = get_auxcr(); in l2c310_enable()679 set_auxcr(get_auxcr() | BIT(3) | BIT(2) | BIT(1)); in l2c310_enable()744 set_auxcr(get_auxcr() & ~(BIT(3) | BIT(2) | BIT(1))); in l2c310_disable()755 set_auxcr(get_auxcr() | BIT(3) | BIT(2) | BIT(1)); in l2c310_resume()