Searched refs:h_size (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 372 int h_size = be32_to_cpu(rh->h_size); in xlog_logrec_hblks() local 375 h_size > XLOG_HEADER_CYCLE_SIZE) in xlog_logrec_hblks() 376 return DIV_ROUND_UP(h_size, XLOG_HEADER_CYCLE_SIZE); in xlog_logrec_hblks() 1105 be32_to_cpu((*rhead)->h_size)); in xlog_verify_head() 3009 int error = 0, h_size, h_len; in xlog_do_recovery_pass() local 3054 h_size = be32_to_cpu(rhead->h_size); in xlog_do_recovery_pass() 3056 if (h_len > h_size && h_len <= log->l_mp->m_logbsize && in xlog_do_recovery_pass() 3060 h_size, log->l_mp->m_logbsize); in xlog_do_recovery_pass() 3061 h_size = log->l_mp->m_logbsize; in xlog_do_recovery_pass() 3064 error = xlog_valid_rec_header(log, rhead, tail_blk, h_size); in xlog_do_recovery_pass() [all …]
|
| H A D | xfs_log.c | 1423 iclog->ic_header->h_size = cpu_to_be32(log->l_iclog_size); in xlog_alloc_log()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-fw.h | 173 unsigned int h_size; /* sizeof(struct imgu_fw_bi_file_h) */ member
|
| H A D | ipu3-css-fw.c | 132 css->fwp->file_header.h_size != sizeof(struct imgu_fw_bi_file_h)) in imgu_css_fw_init()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_legacy_tv.c | 510 (tv_dac->h_size * (int)(NTSC_TV_H_SIZE_UNIT) + (int)(NTSC_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts() 513 (tv_dac->h_size * (int)(PAL_TV_H_SIZE_UNIT) + (int)(PAL_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts() 518 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc); in radeon_legacy_tv_init_restarts()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_firmware.c | 234 if (file_header->h_size != sizeof(struct sh_css_fw_bi_file_h)) in sh_css_load_firmware()
|
| /linux/drivers/media/platform/nuvoton/ |
| H A D | npcm-video.c | 242 unsigned int w_size = ECE_TILE_W, h_size = ECE_TILE_H; in npcm_video_ece_enc_rect() local 259 h_size = r_h % ECE_TILE_H; in npcm_video_ece_enc_rect() 263 FIELD_PREP(ECE_RECT_DIMEN_HLTR, h_size - 1) | in npcm_video_ece_enc_rect()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | dc.c | 350 unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp; in tegra_dc_setup_window() local 377 h_size = window->src.w * bpp; in tegra_dc_setup_window() 386 value = V_PRESCALED_SIZE(v_size) | H_PRESCALED_SIZE(h_size); in tegra_dc_setup_window()
|