Home
last modified time | relevance | path

Searched refs:offset_blk (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_ops_user.c48 lbaint_t *offset_blk, in byte_to_block() argument
51 *offset_blk = (lbaint_t)(*offset / 512); in byte_to_block()
99 lbaint_t offset_blk, blkcnt; in read_from_partition() local
113 byte_to_block(&offset, &num_bytes, &offset_blk, &blkcnt); in read_from_partition()
126 blk_dread(dev_desc, part_info.start + offset_blk, in read_from_partition()
137 blk_dread(dev_desc, part_info.start + offset_blk, in read_from_partition()
156 lbaint_t offset_blk, blkcnt; in write_to_partition() local
158 byte_to_block(&offset, &num_bytes, &offset_blk, &blkcnt); in write_to_partition()
177 blk_dread(dev_desc, part_info.start + offset_blk, in write_to_partition()
181 blk_dwrite(dev_desc, part_info.start + offset_blk, blkcnt, buffer); in write_to_partition()
/OK3568_Linux_fs/u-boot/cmd/
H A Dboot_android.c470 int64_t offset_blk; in do_avb_read() local
480 offset_blk = simple_strtoul(argv[2], NULL, 16); in do_avb_read()
493 offset_blk, blkcnt, buffer, in do_avb_read()