Home
last modified time | relevance | path

Searched refs:clkstop_bit (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2600.c1222 u32 clkstop_bit; in ast2600_configure_mac() local
1227 clkstop_bit = BIT(SCU_CLKSTOP_MAC1); in ast2600_configure_mac()
1230 writel(clkstop_bit, &scu->clk_stop_clr_ctrl1); in ast2600_configure_mac()
1236 clkstop_bit = BIT(SCU_CLKSTOP_MAC2); in ast2600_configure_mac()
1239 writel(clkstop_bit, &scu->clk_stop_clr_ctrl1); in ast2600_configure_mac()
1245 clkstop_bit = BIT(SCU_CLKSTOP_MAC3); in ast2600_configure_mac()
1248 writel(clkstop_bit, &scu->clk_stop_clr_ctrl2); in ast2600_configure_mac()
1254 clkstop_bit = BIT(SCU_CLKSTOP_MAC4); in ast2600_configure_mac()
1257 writel(clkstop_bit, &scu->clk_stop_clr_ctrl2); in ast2600_configure_mac()
1287 u32 clkstop_bit; in ast2600_enable_sdclk() local
[all …]
H A Dclk_ast2500.c436 u32 clkstop_bit; in ast2500_configure_mac() local
468 clkstop_bit = BIT(SCU_CLKSTOP_MAC1); in ast2500_configure_mac()
472 clkstop_bit = BIT(SCU_CLKSTOP_MAC2); in ast2500_configure_mac()
488 clrbits_le32(&scu->clk_stop_ctrl1, clkstop_bit); in ast2500_configure_mac()
507 u32 clkstop_bit; in ast2500_enable_sdclk() local
510 clkstop_bit = BIT(SCU_CLKSTOP_SDIO); in ast2500_enable_sdclk()
515 clrbits_le32(&scu->clk_stop_ctrl1, clkstop_bit); in ast2500_enable_sdclk()
547 u32 clkstop_bit; in ast2500_enable_usbahclk() local
550 clkstop_bit = BIT(14); in ast2500_enable_usbahclk()
554 setbits_le32(&scu->clk_stop_ctrl1, clkstop_bit); in ast2500_enable_usbahclk()
[all …]
H A Dclk_ast2400.c402 u32 clkstop_bit; in ast2400_configure_mac() local
407 clkstop_bit = BIT(SCU_CLKSTOP_MAC1); in ast2400_configure_mac()
411 clkstop_bit = BIT(SCU_CLKSTOP_MAC2); in ast2400_configure_mac()
424 clrbits_le32(&scu->clk_stop_ctrl1, clkstop_bit); in ast2400_configure_mac()
435 u32 clkstop_bit; in ast2400_enable_sdclk() local
438 clkstop_bit = BIT(SCU_CLKSTOP_SDIO); in ast2400_enable_sdclk()
443 clrbits_le32(&scu->clk_stop_ctrl1, clkstop_bit); in ast2400_enable_sdclk()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dboard_common.c166 u32 clkstop_bit; in aspeed_mmc_init() local
195 clkstop_bit = BIT(27); in aspeed_mmc_init()
198 writel(clkstop_bit, 0x1e6e2084); in aspeed_mmc_init()