Home
last modified time | relevance | path

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

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