Home
last modified time | relevance | path

Searched refs:clock_source (Results 1 – 3 of 3) sorted by relevance

/platform/pc/
A Dtimer.c36 static enum clock_source { enum
41 } clock_source = CLOCK_SOURCE_INITIAL; variable
49 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()
/platform/stm32f0xx/include/platform/
A Dusbc.h8 void stm32_usbc_early_init(stm32_usb_clk_t clock_source);
/platform/stm32f0xx/
A Dusbc.c57 void stm32_usbc_early_init(stm32_usb_clk_t clock_source) { in stm32_usbc_early_init() argument
60 if (clock_source == STM32_USB_CLK_HSI48) { in stm32_usbc_early_init()

Completed in 17 milliseconds