Searched refs:stc (Results 1 – 6 of 6) sorted by relevance
/u-boot/board/renesas/eagle/ |
A D | eagle.c | 46 u32 stc; in s_init() local 53 stc = ((800 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_OFFSET; in s_init() 54 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/u-boot/board/renesas/gose/ |
A D | gose.c | 41 u32 stc; in s_init() local 48 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init() 49 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/u-boot/board/renesas/koelsch/ |
A D | koelsch.c | 43 u32 stc; in s_init() local 50 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init() 51 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/u-boot/board/renesas/porter/ |
A D | porter.c | 43 u32 stc; in s_init() local 50 stc = ((1500 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) << PLL0_STC_BIT; in s_init() 51 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/u-boot/board/renesas/stout/ |
A D | stout.c | 53 u32 stc = ((1400 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) in s_init() local 55 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
/u-boot/board/renesas/lager/ |
A D | lager.c | 53 u32 stc = ((1400 / CLK2MHZ(CONFIG_SYS_CLK_FREQ)) - 1) in s_init() local 55 clrsetbits_le32(PLL0CR, PLL0_STC_MASK, stc); in s_init()
|
Completed in 5 milliseconds