Searched refs:blklen (Results 1 – 10 of 10) sorted by relevance
/third_party/uboot/u-boot-2020.01/board/freescale/common/ |
D | sdhc_boot.c | 23 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/ |
D | sdhc_boot.c | 38 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/ |
D | fsl_esdhc_spl.c | 61 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()
|
D | gen_atmel_mci.c | 74 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);
|
D | pxa_mmc_gen.c | 277 writel(data->blocksize, ®s->blklen); in pxa_mmc_request()
|
/third_party/NuttX/include/nuttx/ |
D | scsi.h | 751 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/ |
D | regs-mmc.h | 22 uint32_t blklen; member
|
/third_party/nghttp2/lib/ |
D | nghttp2_ksl.c | 56 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/ |
D | nghttp2_ksl.c | 56 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/ |
D | umass.c | 2744 sc->info.sectorsize= usbhost_getbe32(resp.blklen); in umass_read_capacity_16() 2787 sc->info.sectorsize= usbhost_getbe32(resp.blklen); in umass_read_capacity()
|