Home
last modified time | relevance | path

Searched refs:h_size (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_recover.c372 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 Dxfs_log.c1423 iclog->ic_header->h_size = cpu_to_be32(log->l_iclog_size); in xlog_alloc_log()
/linux/drivers/staging/media/ipu3/
H A Dipu3-css-fw.h173 unsigned int h_size; /* sizeof(struct imgu_fw_bi_file_h) */ member
H A Dipu3-css-fw.c132 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 Dradeon_legacy_tv.c510 (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 Dsh_css_firmware.c234 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 Dnpcm-video.c242 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 Ddc.c350 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()