Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A 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()
/openbmc/u-boot/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()
/openbmc/u-boot/drivers/mmc/
H A 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()
H A 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);
H A Dpxa_mmc_gen.c277 writel(data->blocksize, &regs->blklen); in pxa_mmc_request()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-mmc.h22 uint32_t blklen; member
/openbmc/qemu/hw/sd/
H A Dtrace-events58 …cmd, uint32_t offset, uint64_t size, uint32_t blklen) "%s %20s/ CMD%02d ofs %"PRIu32" size %"PRIu6…
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch5046 - {"blklen now %d\n", 75},
5054 - {"calc_blklen: blklen %d, ok %ld, failed %ld -> %lu\n", 83},