Searched refs:clock_source (Results 1 – 3 of 3) sorted by relevance
36 static enum clock_source { enum41 } clock_source = CLOCK_SOURCE_INITIAL; variable49 switch (clock_source) { in clock_source_name()64 switch (clock_source) { in current_time()75 switch (clock_source) { in current_time_hires()93 clock_source = CLOCK_SOURCE_PIT; in pc_init_timer()143 clock_source = CLOCK_SOURCE_TSC; in pc_init_timer()154 if (use_lapic_timer && clock_source != CLOCK_SOURCE_PIT) { in pc_init_timer()
8 void stm32_usbc_early_init(stm32_usb_clk_t clock_source);
57 void stm32_usbc_early_init(stm32_usb_clk_t clock_source) { in stm32_usbc_early_init() argument60 if (clock_source == STM32_USB_CLK_HSI48) { in stm32_usbc_early_init()
Completed in 12 milliseconds