Searched refs:PLL0_STC_MASK (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/board/renesas/eagle/ |
H A D | eagle.c | 34 #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 D | stout.c | 50 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/openbmc/u-boot/board/renesas/porter/ |
H A D | porter.c | 44 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/openbmc/u-boot/board/renesas/koelsch/ |
H A D | koelsch.c | 44 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/openbmc/u-boot/board/renesas/gose/ |
H A D | gose.c | 42 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/openbmc/u-boot/board/renesas/lager/ |
H A D | lager.c | 48 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/ |
H A D | rcar-base.h | 705 #define PLL0_STC_MASK 0x7F000000 macro
|