Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Daspeed_scu.h206 #define SCU_HW_STRAP_CLK_25M_IN (0x1 << 23) macro
/openbmc/qemu/hw/misc/
H A Daspeed_scu.c446 if (s->hw_strap1 & SCU_HW_STRAP_CLK_25M_IN || in aspeed_scu_get_clkin()
490 clk_25m_in = !!(s->hw_strap1 & SCU_HW_STRAP_CLK_25M_IN); in aspeed_2400_scu_calc_hpll()