Home
last modified time | relevance | path

Searched refs:ASPEED_HW_STRAP1 (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dscu_info.c73 u32 strap1 = readl(ASPEED_HW_STRAP1); in aspeed_get_mac_phy_interface()
176 if(readl(ASPEED_HW_STRAP1) & BIT(17)) in aspeed_print_2nd_wdt_mode()
191 if(readl(ASPEED_HW_STRAP1) & BIT(25)) in aspeed_print_espi_mode()
196 if(readl(ASPEED_HW_STRAP1) & BIT(16)) in aspeed_print_espi_mode()
199 if(readl(ASPEED_HW_STRAP1) & BIT(20)) in aspeed_print_espi_mode()
H A Dboard_common.c40 val = readl(ASPEED_HW_STRAP1); in isolate_bmc()
42 writel(val, ASPEED_HW_STRAP1); in isolate_bmc()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dplatform.h19 #define ASPEED_HW_STRAP1 0x1e6e2070 macro
33 #define ASPEED_HW_STRAP1 0x1e6e2070 macro
49 #define ASPEED_HW_STRAP1 0x1e6e2500 macro
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/
H A Dboard_common.c37 val = readl(ASPEED_HW_STRAP1); in isolate_bmc()
39 writel(val, ASPEED_HW_STRAP1); in isolate_bmc()
H A Dscu_info.c73 u32 strap1 = readl(ASPEED_HW_STRAP1); in aspeed_get_mac_phy_interface()
147 if(readl(ASPEED_HW_STRAP1) & BIT(17)) in aspeed_print_2nd_wdt_mode()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dscu_info.c53 u32 strap1 = readl(ASPEED_HW_STRAP1); in aspeed_get_mac_phy_interface()
284 if (readl(ASPEED_HW_STRAP1) & BIT(2)) { in aspeed_print_2nd_wdt_mode()
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2400.c117 u32 strap = readl(ASPEED_HW_STRAP1); in ast2400_get_hpll_rate()