Home
last modified time | relevance | path

Searched refs:ASPEED_HW_STRAP2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dscu_info.c54 #ifdef ASPEED_HW_STRAP2 in aspeed_get_mac_phy_interface()
55 u32 strap2 = readl(ASPEED_HW_STRAP2); in aspeed_get_mac_phy_interface()
72 #ifdef ASPEED_HW_STRAP2 in aspeed_get_mac_phy_interface()
282 if (readl(ASPEED_HW_STRAP2) & BIT(11)) { in aspeed_print_2nd_wdt_mode()
291 if (readl(ASPEED_HW_STRAP2) & BIT(12)) in aspeed_print_2nd_wdt_mode()
311 if (readl(ASPEED_HW_STRAP2) & BIT(22)) { in aspeed_print_fmc_aux_ctrl()
333 if (readl(ASPEED_HW_STRAP2) & BIT(16)) { in aspeed_print_spi1_abr_mode()
384 if(readl(ASPEED_HW_STRAP2) & BIT(10)) in aspeed_print_spi_strap_mode()
394 if (readl(ASPEED_HW_STRAP2) & BIT(6)) in aspeed_print_espi_mode()
399 if (readl(ASPEED_HW_STRAP2) & BIT(2)) in aspeed_print_espi_mode()
[all …]
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dscu_info.c74 #ifdef ASPEED_HW_STRAP2 in aspeed_get_mac_phy_interface()
75 u32 strap2 = readl(ASPEED_HW_STRAP2); in aspeed_get_mac_phy_interface()
92 #ifdef ASPEED_HW_STRAP2 in aspeed_get_mac_phy_interface()
114 switch((readl(ASPEED_HW_STRAP2) >> 18) & 0x3) { in aspeed_print_security_info()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dplatform.h34 #define ASPEED_HW_STRAP2 0x1e6e20D0 macro
50 #define ASPEED_HW_STRAP2 0x1e6e2510 macro