Home
last modified time | relevance | path

Searched refs:BLOCK_CNT (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_sparse.c63 u32 step = BLOCK_CNT(PER_BLK_WRITE_SIZE, desc); in flash_write_data()
102 u32 step = BLOCK_CNT(PER_BLK_WRITE_SIZE, desc); in flash_fill_data()
160 if (blk_derase(desc, start, BLOCK_CNT(img_size, desc)) != in ext4_unsparse()
161 BLOCK_CNT(img_size, desc)) in ext4_unsparse()
165 start, start + (ulong)BLOCK_CNT(img_size, desc)); in ext4_unsparse()
193 blk, BLOCK_CNT(chunk_len, desc))) in ext4_unsparse()
197 blk += BLOCK_CNT(chunk_len, desc); in ext4_unsparse()
208 blk += BLOCK_CNT(chunk_len, desc); in ext4_unsparse()
226 BLOCK_CNT(chunk_len, desc), fill)) in ext4_unsparse()
230 blk += BLOCK_CNT(chunk_len, desc); in ext4_unsparse()
/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c439 blk_cnt = BLOCK_CNT(count, dev_desc); in part_efi_repair()
477 blk_cnt = BLOCK_CNT(count, dev_desc); in part_efi_repair()
603 const int pte_blk_cnt = BLOCK_CNT((gpt_h->num_partition_entries in write_gpt_table()
1067 gpt_e_blk_cnt = BLOCK_CNT((le32_to_cpu(gpt_h->num_partition_entries) * in write_mbr_and_gpt_partitions()
1287 blk_cnt = BLOCK_CNT(count, dev_desc); in alloc_read_gpt_entries()
/rk3399_rockchip-uboot/include/
H A Dblk.h131 #define BLOCK_CNT(size, blk_desc) (PAD_COUNT(size, blk_desc->blksz)) macro
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c160 block_num = BLOCK_CNT(sizeof(base_parameter), dev_desc); in rockchip_get_baseparameter()