Home
last modified time | relevance | path

Searched refs:PLL0_STC_BIT (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/board/renesas/stout/
H A Dstout.c49 << PLL0_STC_BIT; in s_init()
/openbmc/u-boot/board/renesas/koelsch/
H A Dkoelsch.c43 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init()
/openbmc/u-boot/board/renesas/porter/
H A Dporter.c43 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init()
/openbmc/u-boot/board/renesas/gose/
H A Dgose.c41 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init()
/openbmc/u-boot/board/renesas/lager/
H A Dlager.c47 << PLL0_STC_BIT; in s_init()
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Drcar-base.h706 #define PLL0_STC_BIT 24 macro