Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc_boot.c105 part_conf = EXT_CSD_BOOT_ACK(ack) | in mmc_set_part_conf()
/openbmc/u-boot/include/
H A Dmmc.h274 #define EXT_CSD_BOOT_ACK(x) (x << 6) macro