Home
last modified time | relevance | path

Searched refs:PLL0_STC_MASK (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/renesas/eagle/
H A Deagle.c34 #define PLL0_STC_MASK 0x7F000000 macro
50 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/openbmc/u-boot/board/renesas/stout/
H A Dstout.c50 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/openbmc/u-boot/board/renesas/porter/
H A Dporter.c44 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/openbmc/u-boot/board/renesas/koelsch/
H A Dkoelsch.c44 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/openbmc/u-boot/board/renesas/gose/
H A Dgose.c42 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/openbmc/u-boot/board/renesas/lager/
H A Dlager.c48 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Drcar-base.h705 #define PLL0_STC_MASK 0x7F000000 macro