Searched refs:blksize (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | arm_pl180_mmci.c | 94 static int read_bytes(struct mmc *dev, u32 *dest, u32 blkcount, u32 blksize) in read_bytes() argument 97 u64 xfercount = blkcount * blksize; in read_bytes() 101 debug("read_bytes: blkcount=%u blksize=%u\n", blkcount, blksize); in read_bytes() 149 static int write_bytes(struct mmc *dev, u32 *src, u32 blkcount, u32 blksize) in write_bytes() argument 153 u64 xfercount = blkcount * blksize; in write_bytes() 157 debug("write_bytes: blkcount=%u blksize=%u\n", blkcount, blksize); in write_bytes()
|
| H A D | tegra_mmc.c | 95 writew((7 << 12) | (data->blocksize & 0xFFF), &priv->reg->blksize); in tegra_mmc_prepare_data()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/ |
| H A D | tegra_mmc.h | 24 unsigned short blksize; /* _BLOCK_SIZE_BLOCK_COUNT_0 15:00 */ member
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | gpt.c | 219 lbaint_t blksize) in prettyprint_part_size() argument 223 partbytes = partsize * blksize; in prettyprint_part_size()
|