Home
last modified time | relevance | path

Searched refs:f_width (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h128 #define PINMUX_CFG_REG(name, r, r_width, f_width, ids) \ argument
130 .field_width = f_width + BUILD_BUG_ON_ZERO(r_width % f_width) + \
132 (r_width / f_width) << f_width), \
133 .enum_ids = (const u16 [(r_width / f_width) << f_width]) { ids }
H A Dcore.c255 unsigned int f_width = config_reg->field_width; in sh_pfc_get_config_reg() local
268 if (f_width) { in sh_pfc_get_config_reg()
269 curr_width = f_width; in sh_pfc_get_config_reg()
/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c225 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_out_dma_size()
302 pr_debug("fw: %d, fh: %d color: %d\n", frame->f_width, in camif_hw_set_target_format()
334 cfg |= (frame->f_height << 16) | frame->f_width; in camif_hw_set_target_format()
336 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_target_format()
342 cfg |= (frame->f_width * frame->f_height); in camif_hw_set_target_format()
H A Dcamif-core.h118 u16 f_width; member
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite-reg.c152 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format()
169 hoff2 = f->f_width - f->rect.width - f->rect.left; in flite_hw_set_window_offset()
255 cfg |= (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
H A Dfimc-capture.c347 unsigned long wh = frame->f_width * frame->f_height; in queue_setup()
607 *width = ctx->s_frame.f_width; in fimc_capture_try_format()
632 dst->f_width, dst->f_height); in fimc_capture_try_format()
652 r->width = sink->f_width; in fimc_capture_try_selection()
684 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection()
688 min_w = min_t(u32, max_w, sink->f_width / max_sc_h); in fimc_capture_try_selection()
699 r->left = clamp_t(u32, r->left, 0, sink->f_width - r->width); in fimc_capture_try_selection()
705 sink->f_width, sink->f_height); in fimc_capture_try_selection()
923 ctx->s_frame.f_width = pix->width; in __video_try_or_set_format()
1134 sink_fmt.format.width = ff->f_width; in fimc_pipeline_validate()
[all …]
H A Dfimc-lite.h86 u16 f_width; member
H A Dfimc-reg.c153 cfg = (frame->f_height << 16) | frame->f_width; in fimc_hw_set_out_dma_size()
158 if (frame->f_width >= 1280) /* HD */ in fimc_hw_set_out_dma_size()
413 cfg_o |= (frame->f_height << 16) | frame->f_width; in fimc_hw_set_in_dma_size()
H A Dfimc-m2m.c326 frame->f_width = pixm->width; in __set_frame_format()
479 f->f_width, f->f_height); in fimc_m2m_try_selection()
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c231 frame->f_width = width; in gsc_set_frame_size()
489 pix_mp->width = frame->f_width; in gsc_g_fmt_mplane()
497 pix_mp->plane_fmt[i].bytesperline = (frame->f_width * in gsc_g_fmt_mplane()
537 max_w = f->f_width; in gsc_try_selection()
561 max_h = f->f_width; in gsc_try_selection()
807 pix_size = frame->f_width * frame->f_height; in gsc_prepare_addr()
H A Dgsc-regs.c132 cfg = GSC_SRCIMG_WIDTH(frame->f_width); in gsc_hw_set_in_size()
245 cfg = GSC_DSTIMG_WIDTH(frame->f_width); in gsc_hw_set_out_size()
H A Dgsc-m2m.c354 pr_debug("f_w: %d, f_h: %d", frame->f_width, frame->f_height); in gsc_m2m_s_fmt_mplane()
461 s->r.width = frame->f_width; in gsc_m2m_g_selection()