Home
last modified time | relevance | path

Searched refs:blk_size (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dfsl_ifc_spl.c115 int blk_size; in nand_spl_load_image() local
159 blk_size = pages_per_blk * page_size; in nand_spl_load_image()
223 offs = (offs + blk_size) & ~(blk_size - 1); in nand_spl_load_image()
224 pos &= ~(blk_size - 1); in nand_spl_load_image()
233 } while ((offs & (blk_size - 1)) && (pos < uboot_size)); in nand_spl_load_image()
/external/u-boot/disk/
Dpart_mac.c85 mb = ldiv(n, ((1024 * 1024) / ddesc->blk_size)); /* MB */ in part_print_mac()
87 mb.rem *= 10 * ddesc->blk_size; in part_print_mac()
101 ddesc->blk_size, in part_print_mac()
131 bytes /= (1024 / ddesc->blk_size); /* kB; assumes blk_size == 512 */ in part_print_mac()
226 info->blksz = ddesc->blk_size; in part_get_info_mac()
Dpart_mac.h27 __u16 blk_size; /* block size of device */ member
/external/u-boot/drivers/spi/
Dmxc_spi.c340 u32 blk_size; in mxc_spi_xfer_internal() local
352 blk_size = n_bytes; in mxc_spi_xfer_internal()
354 blk_size = MAX_SPI_BYTES; in mxc_spi_xfer_internal()
356 n_bits = blk_size * 8; in mxc_spi_xfer_internal()
363 p_outbuf += blk_size; in mxc_spi_xfer_internal()
365 p_inbuf += blk_size; in mxc_spi_xfer_internal()
366 n_bytes -= blk_size; in mxc_spi_xfer_internal()
/external/libaom/libaom/av1/encoder/mips/msa/
Derror_msa.c92 const tran_low_t *dq_coeff_ptr, intptr_t blk_size, in av1_block_error_msa() argument
98 switch (blk_size) { in av1_block_error_msa()
104 err = av1_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz); in av1_block_error_msa()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c88 const tran_low_t *dq_coeff_ptr, intptr_t blk_size, in vp9_block_error_msa() argument
94 switch (blk_size) { in vp9_block_error_msa()
100 err = vp9_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz); in vp9_block_error_msa()
/external/kernel-headers/original/uapi/linux/
Dvirtio_blk.h73 __u32 blk_size; member
/external/libaom/libaom/av1/common/
Dtile_common.c23 static int tile_log2(int blk_size, int target) { in tile_log2() argument
25 for (k = 0; (blk_size << k) < target; k++) { in tile_log2()
/external/f2fs-tools/mkfs/
Df2fs_format.c520 u_int32_t blk_size, seg_size; in f2fs_init_sit_area() local
525 blk_size = 1 << get_sb(log_blocksize); in f2fs_init_sit_area()
526 seg_size = (1 << get_sb(log_blocks_per_seg)) * blk_size; in f2fs_init_sit_area()
535 sit_seg_addr *= blk_size; in f2fs_init_sit_area()
554 u_int32_t blk_size, seg_size; in f2fs_init_nat_area() local
559 blk_size = 1 << get_sb(log_blocksize); in f2fs_init_nat_area()
560 seg_size = (1 << get_sb(log_blocks_per_seg)) * blk_size; in f2fs_init_nat_area()
569 nat_seg_addr *= blk_size; in f2fs_init_nat_area()
/external/f2fs-tools/fsck/
Dmount.c777 unsigned long blk_size = sbi->blocksize; in validate_checkpoint() local
791 if (crc_offset > (blk_size - sizeof(__le32))) in validate_checkpoint()
814 if (crc_offset > (blk_size - sizeof(__le32))) in validate_checkpoint()
840 unsigned long blk_size = sbi->blocksize; in get_valid_checkpoint() local
851 sbi->ckpt = malloc(cp_blks * blk_size); in get_valid_checkpoint()
888 memcpy(sbi->ckpt, cur_page, blk_size); in get_valid_checkpoint()
903 memcpy(ckpt + i * blk_size, cur_page, blk_size); in get_valid_checkpoint()
/external/libhevc/encoder/
Dihevce_enc_loop_utils.h321 WORD32 blk_size,