Home
last modified time | relevance | path

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

/openbmc/u-boot/board/samsung/odroid/
H A Dsetup.h76 #define DIV_STAT_CPU1_CHANGING (DIV_COPY(DIV_STAT_CHANGING) | \ macro
H A Dodroid.c181 while (readl(&clk->div_stat_cpu1) & DIV_STAT_CPU1_CHANGING) in board_clock_init()