Searched refs:PLL0_STC_MASK (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/board/renesas/eagle/ |
D | eagle.c | 34 #define PLL0_STC_MASK 0x7F000000 macro 50 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/external/u-boot/board/renesas/stout/ |
D | stout.c | 51 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/external/u-boot/board/renesas/gose/ |
D | gose.c | 43 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/external/u-boot/board/renesas/porter/ |
D | porter.c | 45 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/external/u-boot/board/renesas/koelsch/ |
D | koelsch.c | 45 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/external/u-boot/board/renesas/lager/ |
D | lager.c | 49 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/external/u-boot/arch/arm/mach-rmobile/include/mach/ |
D | rcar-base.h | 705 #define PLL0_STC_MASK 0x7F000000 macro
|