Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Daspeed_scu.h353 #define SCU_AST2600_HW_STRAP_BOOT_SRC_EMMC (0x1 << 2) macro
/openbmc/qemu/hw/arm/
H A Daspeed.c193 #define RAINIER_BMC_HW_STRAP1 (0x00422016 | SCU_AST2600_HW_STRAP_BOOT_SRC_EMMC)
1192 return !!(bmc->hw_strap1 & SCU_AST2600_HW_STRAP_BOOT_SRC_EMMC); in aspeed_machine_ast2600_get_boot_from_emmc()
1201 bmc->hw_strap1 |= SCU_AST2600_HW_STRAP_BOOT_SRC_EMMC; in aspeed_machine_ast2600_set_boot_from_emmc()
1203 bmc->hw_strap1 &= ~SCU_AST2600_HW_STRAP_BOOT_SRC_EMMC; in aspeed_machine_ast2600_set_boot_from_emmc()
H A Daspeed_ast2600.c653 return !!(hw_strap1 & SCU_AST2600_HW_STRAP_BOOT_SRC_EMMC); in aspeed_soc_ast2600_boot_from_emmc()