Home
last modified time | relevance | path

Searched defs:blkcount (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Darm_pl180_mmci.c108 static int read_bytes(struct mmc *dev, u32 *dest, u32 blkcount, u32 blksize) in read_bytes()
163 static int write_bytes(struct mmc *dev, u32 *src, u32 blkcount, u32 blksize) in write_bytes()
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Df_rockusb.c455 unsigned int blkcount = (transfer_size + f_rkusb->desc->blksz - 1) / in tx_handler_ul_image() local
/third_party/e2fsprogs/e2fsck/
Dproblem.h20 e2_blkcnt_t blkcount; member