Home
last modified time | relevance | path

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

/u-boot/board/freescale/common/
A Dsdhc_boot.c57 if (mmc->high_capacity) { in mmc_get_env_addr()
/u-boot/drivers/mmc/
A Dmmc_write.c24 if (mmc->high_capacity) { in mmc_erase_t()
150 if (mmc->high_capacity) in mmc_write_blocks()
A Dmmc.c409 if (mmc->high_capacity) in mmc_read_blocks()
665 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in sd_send_op_cond()
760 mmc->high_capacity = ((mmc->ocr & OCR_HCS) == OCR_HCS); in mmc_complete_op_cond()
1084 if (mmc->high_capacity) { in mmc_hwpart_config()
2336 if (mmc->high_capacity) in mmc_startup_v4()
2372 if (mmc->high_capacity && part_completed) { in mmc_startup_v4()
2518 if (mmc->high_capacity) { in mmc_startup()
A Docteontx_hsmmc.c948 emm_dma.s.sector = mmc->high_capacity ? 1 : 0; in octeontx_mmc_start_dma()
956 if (!mmc->high_capacity) in octeontx_mmc_start_dma()
/u-boot/include/
A Dmmc.h673 int high_capacity; member
/u-boot/cmd/
A Dmmc.c45 printf("High Capacity: %s\n", mmc->high_capacity ? "Yes" : "No"); in print_mmcinfo()

Completed in 17 milliseconds