Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/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()
58 tmp = (u64)code_offset * blklen; in mmc_get_env_addr()
59 tmp += code_len * blklen; in mmc_get_env_addr()
/third_party/uboot/u-boot-2020.01/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()
/third_party/uboot/u-boot-2020.01/drivers/mmc/
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()
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()
/third_party/NuttX/include/nuttx/
Dscsi.h751 uint8_t blklen[3]; /* 5-7: Block len */ member
876 uint8_t blklen[4]; /* 4-7: Logical block length (in bytes) */ member
885 uint8_t blklen[4]; /* 10-13: Allocation Length */ member
894 uint8_t blklen[4]; /* 8-11: Logical block length (in bytes) */ member
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-pxa/
Dregs-mmc.h22 uint32_t blklen; member
/third_party/nghttp2/lib/
Dnghttp2_ksl.c56 size_t blklen = ksl_blklen(nodelen); in nghttp2_ksl_init() local
59 ksl->head = nghttp2_mem_malloc(mem, blklen); in nghttp2_ksl_init()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_ksl.c56 size_t blklen = ksl_blklen(nodelen); in nghttp2_ksl_init() local
59 ksl->head = nghttp2_mem_malloc(mem, blklen); in nghttp2_ksl_init()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c2744 sc->info.sectorsize= usbhost_getbe32(resp.blklen); in umass_read_capacity_16()
2787 sc->info.sectorsize= usbhost_getbe32(resp.blklen); in umass_read_capacity()