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