Searched refs:CPU_CLOCK (Results 1 – 4 of 4) sorted by relevance
37 #define CPU_CLOCK CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC macro64 #ifndef CPU_CLOCK
7 #define CPU_CLOCK 64000000U macro
10 #define CPU_CLOCK CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC macro
30 ((CPU_CLOCK / 2U) / (port_write_cycles + delay_cycles))539 delay = ((CPU_CLOCK / 2U) + (clock - 1U)) / clock; in sw_set_clock()550 LOG_WRN("cpu_clock %d, delay %d", CPU_CLOCK, sw_data->clock_delay); in sw_set_clock()
Completed in 9 milliseconds