Home
last modified time | relevance | path

Searched refs:high_capacity (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_write.c25 if (mmc->high_capacity) { in mmc_erase_t()
183 if (mmc->high_capacity) in mmc_write_blocks()
H A Dmmc.c236 if (mmc->high_capacity) in mmc_read_blocks()
278 if (mmc->high_capacity) in mmc_read_blocks_prepare()
562 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in sd_send_op_cond()
652 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in mmc_complete_op_cond()
1322 if (mmc->high_capacity) {
1840 if (mmc->high_capacity) {
1986 if (mmc->high_capacity)
2019 if (mmc->high_capacity && part_completed) {
2223 mmc->high_capacity = 1;
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dsdhc_boot.c54 if (mmc->high_capacity) { in mmc_get_env_addr()
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h543 int high_capacity; member
/OK3568_Linux_fs/u-boot/cmd/
H A Dmmc.c43 printf("High Capacity: %s\n", mmc->high_capacity ? "Yes" : "No"); in print_mmcinfo()