Home
last modified time | relevance | path

Searched refs:hwstrap (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c54 return readl(&scu->hwstrap) & SCU_HWSTRAP_CLKIN_25MHZ in ast2500_get_clkin()
135 ulong ahb_div = 1 + ((readl(&scu->hwstrap) in ast2500_get_hclk()
433 u32 hwstrap; in ast2500_configure_mac() local
447 hwstrap = readl(&scu->hwstrap); in ast2500_configure_mac()
448 if (hwstrap & (SCU_HWSTRAP_MAC1_RGMII | SCU_HWSTRAP_MAC2_RGMII)) in ast2500_configure_mac()
H A Dclk_ast2400.c40 u32 strap = readl(&scu->hwstrap); in ast2400_get_clkin()
180 u32 strap = readl(&scu->hwstrap); in ast2400_get_hclk()
H A Dclk_ast2600.c254 u32 hwstrap1 = readl(&scu->hwstrap1.hwstrap); in ast2600_get_pll_rate()
340 u32 hwstrap1 = readl(&scu->hwstrap1.hwstrap); in ast2600_get_hclk()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2400.h137 u32 hwstrap; /* 0x70 */ member
H A Dscu_ast2500.h141 u32 hwstrap; member
H A Dscu_ast2600.h17 u32 hwstrap; /* 0x500 */ member
/openbmc/u-boot/drivers/ram/aspeed/
H A Dsdram_ast2500.c201 u32 vga_hwconf = (readl(&info->scu->hwstrap) & SCU_HWSTRAP_VGAMEM_MASK) in ast2500_sdrammc_get_vga_mem_size()
503 if (readl(&priv->scu->hwstrap) & SCU_HWSTRAP_DDR4) { in ast2500_sdrammc_probe()
/openbmc/linux/drivers/net/dsa/
H A Dmt7530.c509 u32 hwstrap; in mt7531_pll_setup() local
518 hwstrap = mt7530_read(priv, MT7531_HWTRAP); in mt7531_pll_setup()
523 xtal = hwstrap & HWTRAP_XTAL_FSEL_MASK; in mt7531_pll_setup()