Home
last modified time | relevance | path

Searched refs:hwstrap1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2600.c254 u32 hwstrap1 = readl(&scu->hwstrap1.hwstrap); in ast2600_get_pll_rate() local
256 if (hwstrap1 & BIT(10)) { in ast2600_get_pll_rate()
259 if (hwstrap1 & BIT(8)) in ast2600_get_pll_rate()
340 u32 hwstrap1 = readl(&scu->hwstrap1.hwstrap); in ast2600_get_hclk() local
347 if (hwstrap1 & BIT(16)) { in ast2600_get_hclk()
349 ast2600_a1_axi_ahb_default_table[(hwstrap1 >> 8) & in ast2600_get_hclk()
353 ast2600_a1_axi_ahb_div1_table[(hwstrap1 >> 11) & in ast2600_get_hclk()
357 ast2600_a1_axi_ahb_default_table[(hwstrap1 >> 8) & in ast2600_get_hclk()
361 ast2600_a1_axi_ahb_div0_table[(hwstrap1 >> 11) & in ast2600_get_hclk()
367 ahb_div = ast2600_a0_axi_ahb_div_table[(hwstrap1 >> 11) & 0x3]; in ast2600_get_hclk()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2600.h177 struct hw_strap hwstrap1; /* 0x500 */ member