Searched refs:xosc_freq_khz (Results 1 – 1 of 1) sorted by relevance
89 uint32_t xosc_freq_khz = xosc_freq_hz / 1000; in powman_timer_set_1khz_tick_source_xosc_with_hz() local90 uint32_t xosc_freq_khz_frac16 = (xosc_freq_khz % 1000) * 65536 / 1000; in powman_timer_set_1khz_tick_source_xosc_with_hz()91 powman_write(&powman_hw->xosc_freq_khz_int, xosc_freq_khz); in powman_timer_set_1khz_tick_source_xosc_with_hz()