Searched refs:read_bl_len (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | fsl_esdhc_spl.c | 38 blk_start = ALIGN(offs, mmc->read_bl_len) / mmc->read_bl_len; in mmc_spl_load_image() 39 blk_cnt = ALIGN(size, mmc->read_bl_len) / mmc->read_bl_len; in mmc_spl_load_image() 78 blklen = mmc->read_bl_len; in mmc_boot() 129 blk_start = ALIGN(offset, mmc->read_bl_len) / mmc->read_bl_len; in mmc_boot() 130 blk_cnt = ALIGN(code_len, mmc->read_bl_len) / mmc->read_bl_len; in mmc_boot()
|
| H A D | mmc.c | 239 cmd.cmdarg = start * mmc->read_bl_len; in mmc_read_blocks() 245 data.blocksize = mmc->read_bl_len; in mmc_read_blocks() 281 cmd.cmdarg = start * mmc->read_bl_len; in mmc_read_blocks_prepare() 287 data.blocksize = mmc->read_bl_len; in mmc_read_blocks_prepare() 336 if (mmc_set_blocklen(mmc, mmc->read_bl_len)) { in mmc_bread_prepare() 413 if (mmc_set_blocklen(mmc, mmc->read_bl_len)) { in mmc_bread() 446 dst += cur * mmc->read_bl_len; in mmc_bread() 1255 mmc_get_blk_desc(mmc)->lba = lldiv(mmc->capacity, mmc->read_bl_len); 1833 mmc->read_bl_len = 1 << ((cmd.response[1] >> 16) & 0xf); 1836 mmc->write_bl_len = mmc->read_bl_len; [all …]
|
| H A D | gen_atmel_mci.c | 263 writel(data->blocks | MMCI_BF(BLKLEN, mmc->read_bl_len), 304 sys_blocksize = mmc->read_bl_len;
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_mmc.c | 36 image_size_sectors = (spl_image->size + mmc->read_bl_len - 1) / in mmc_load_legacy() 37 mmc->read_bl_len; in mmc_load_legacy() 89 load.bl_len = mmc->read_bl_len; 308 load.bl_len = mmc->read_bl_len;
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | mmc.c | 255 blk_start = ALIGN(offset, mmc->read_bl_len) / mmc->read_bl_len; in read_env() 256 blk_cnt = ALIGN(size, mmc->read_bl_len) / mmc->read_bl_len; in read_env()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | sdhc_boot.c | 40 blklen = mmc->read_bl_len; in mmc_get_env_addr()
|
| H A D | controlcenterd-id.c | 166 blk_len = mmc->read_bl_len; in ccdm_mmc_read()
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | sdhc_boot.c | 26 blklen = mmc->read_bl_len; in mmc_get_env_addr()
|
| /OK3568_Linux_fs/u-boot/drivers/dfu/ |
| H A D | dfu_mmc.c | 345 dfu->data.mmc.lba_blk_size = mmc->read_bl_len; in dfu_fill_entity_mmc()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | mmc.h | 584 uint read_bl_len; member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mmc.c | 34 printf("Rd Block Len: %d\n", mmc->read_bl_len); in print_mmcinfo()
|