Home
last modified time | relevance | path

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

/external/u-boot/board/renesas/eagle/
Deagle.c34 #define PLL0_STC_MASK 0x7F000000 macro
50 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/external/u-boot/board/renesas/stout/
Dstout.c51 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/external/u-boot/board/renesas/gose/
Dgose.c43 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/external/u-boot/board/renesas/porter/
Dporter.c45 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/external/u-boot/board/renesas/koelsch/
Dkoelsch.c45 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/external/u-boot/board/renesas/lager/
Dlager.c49 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
/external/u-boot/arch/arm/mach-rmobile/include/mach/
Drcar-base.h705 #define PLL0_STC_MASK 0x7F000000 macro