Searched refs:EMMC_RW_SECTOR_COUNT_MAX (Results 1 – 1 of 1) sorted by relevance
16 #define EMMC_RW_SECTOR_COUNT_MAX 0x0000ffffU macro25 if ((count > EMMC_RW_SECTOR_COUNT_MAX) in emmc_multiple_block_read()115 trans_count = MIN_EMMC(remain, EMMC_RW_SECTOR_COUNT_MAX); in emmc_read_sector()