Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/freescale/common/
H A Dsdhc_boot.c24 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local
26 blklen = mmc->read_bl_len; in mmc_get_env_addr()
27 tmp_buf = malloc(blklen); in mmc_get_env_addr()
55 tmp = (u64)code_offset * blklen; in mmc_get_env_addr()
56 tmp += code_len * blklen; in mmc_get_env_addr()
/rk3399_rockchip-uboot/board/gdsys/p1022/
H A Dsdhc_boot.c38 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local
40 blklen = mmc->read_bl_len; in mmc_get_env_addr()
41 tmp_buf = malloc(blklen); in mmc_get_env_addr()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dfsl_esdhc_spl.c61 u32 blklen; in mmc_boot() local
78 blklen = mmc->read_bl_len; in mmc_boot()
79 tmp_buf = malloc(blklen); in mmc_boot()
84 memset(tmp_buf, 0, blklen); in mmc_boot()
H A Dgen_atmel_mci.c79 static void mci_set_mode(struct udevice *dev, u32 hz, u32 blklen) argument
87 static void mci_set_mode(struct mmc *mmc, u32 hz, u32 blklen)
100 bus_hz, hz, blklen);
111 bus_hz / (clkdiv * 2 + clkodd + 2), blklen);
119 (bus_hz / (clkdiv + 1)) / 2, blklen);
127 blklen &= 0xfffc;
142 mr |= MMCI_BF(BLKLEN, blklen);
148 writel(MMCI_BF(BLKLEN, blklen), &mci->blkr);
H A Dpxa_mmc_gen.c278 writel(data->blocksize, &regs->blklen); in pxa_mmc_request()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dregs-mmc.h23 uint32_t blklen; member