Home
last modified time | relevance | path

Searched refs:DIV_STAT_CPU0_CHANGING (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/samsung/odroid/
H A Dsetup.h57 #define DIV_STAT_CPU0_CHANGING (DIV_CORE(DIV_STAT_CHANGING) | \ macro
H A Dodroid.c166 while (readl(&clk->div_stat_cpu0) & DIV_STAT_CPU0_CHANGING) in board_clock_init()