Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/common/
Dsdhc_boot.c23 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local
25 blklen = mmc->read_bl_len; in mmc_get_env_addr()
26 tmp_buf = malloc(blklen); in mmc_get_env_addr()
54 tmp = (u64)code_offset * blklen; in mmc_get_env_addr()
55 tmp += code_len * blklen; in mmc_get_env_addr()
/external/u-boot/board/gdsys/p1022/
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()
/external/u-boot/drivers/mmc/
Dfsl_esdhc_spl.c60 u32 blklen; in mmc_boot() local
77 blklen = mmc->read_bl_len; in mmc_boot()
78 tmp_buf = malloc(blklen); in mmc_boot()
83 memset(tmp_buf, 0, blklen); in mmc_boot()
Dgen_atmel_mci.c74 static inline void mci_set_blklen(atmel_mci_t *mci, int blklen) in mci_set_blklen() argument
78 blklen &= 0xfffc; in mci_set_blklen()
82 writel(MMCI_BFINS(BLKLEN, blklen, readl(&mci->blkr)), in mci_set_blklen()
85 writel(MMCI_BFINS(BLKLEN, blklen, readl(&mci->mr)), &mci->mr); in mci_set_blklen()
90 static void mci_set_mode(struct udevice *dev, u32 hz, u32 blklen) argument
98 static void mci_set_mode(struct mmc *mmc, u32 hz, u32 blklen)
111 bus_hz, hz, blklen);
122 bus_hz / (clkdiv * 2 + clkodd + 2), blklen);
130 (bus_hz / (clkdiv + 1)) / 2, blklen);
154 mci_set_blklen(mci, blklen);
Dpxa_mmc_gen.c277 writel(data->blocksize, &regs->blklen); in pxa_mmc_request()
/external/u-boot/arch/arm/include/asm/arch-pxa/
Dregs-mmc.h22 uint32_t blklen; member