Searched refs:busy_shift (Results 1 – 1 of 1) sorted by relevance
57 uint32_t busy_shift; in clock_set_mux() local59 busy_shift = (uint32_t)CCM_TUPLE_BUSY_SHIFT(mux); in clock_set_mux()64 if (busy_shift != CCM_NO_BUSY_WAIT) { in clock_set_mux()66 while ((CCM->CDHIPR & ((1UL << busy_shift))) != 0UL) { in clock_set_mux()79 uint32_t busy_shift; in clock_set_div() local81 busy_shift = CCM_TUPLE_BUSY_SHIFT(divider); in clock_set_div()86 if (busy_shift != CCM_NO_BUSY_WAIT) { in clock_set_div()88 while ((CCM->CDHIPR & ((uint32_t)(1UL << busy_shift))) != 0UL) { in clock_set_div()