Searched refs:f_width (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/include/linux/ |
D | sh_pfc.h | 51 #define PINMUX_CFG_REG(name, r, r_width, f_width) \ argument 52 .reg = r, .reg_width = r_width, .field_width = f_width, \ 53 .cnt = (unsigned long [r_width / f_width]) {}, \ 54 .enum_ids = (pinmux_enum_t [(r_width / f_width) * (1 << f_width)])
|
/linux-3.4.99/drivers/media/video/s5p-fimc/ |
D | fimc-capture.c | 266 wh = frame->f_width * frame->f_height; in queue_setup() 534 *width = ctx->s_frame.f_width; in fimc_capture_try_format() 554 dst->f_width, dst->f_height); in fimc_capture_try_format() 573 r->width = sink->f_width; in fimc_capture_try_crop() 603 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_crop() 606 min_w = min_t(u32, max_w, sink->f_width / max_sc_h); in fimc_capture_try_crop() 617 r->left = clamp_t(u32, r->left, 0, sink->f_width - r->width); in fimc_capture_try_crop() 623 sink->f_width, sink->f_height); in fimc_capture_try_crop() 763 ctx->s_frame.f_width = pix->width; in fimc_cap_try_fmt_mplane() 820 ctx->s_frame.f_width = pix->width; in fimc_capture_set_format() [all …]
|
D | fimc-reg.c | 158 cfg = S5P_ORIG_SIZE_HOR(frame->f_width); in fimc_hw_set_out_dma_size() 164 if (frame->f_width >= 1280) /* HD */ in fimc_hw_set_out_dma_size() 421 cfg_o |= S5P_ORIG_SIZE_HOR(frame->f_width); in fimc_hw_set_in_dma_size()
|
D | fimc-core.c | 720 sizes[i] = (f->f_width * f->f_height * f->fmt->depth[i]) / 8; in fimc_queue_setup() 967 int bpl = frame->f_width; in fimc_fill_format() 981 frame->f_width = pixm->plane_fmt[0].bytesperline; in fimc_fill_frame() 983 frame->f_width = (frame->f_width * 8) / frame->fmt->depth[0]; in fimc_fill_frame() 1181 dbg("f_w: %d, f_h: %d", frame->f_width, frame->f_height); in fimc_m2m_s_fmt_mplane() 1325 f->f_width, f->f_height); in fimc_m2m_try_crop()
|
D | fimc-core.h | 279 u32 f_width; member 528 f->f_width = width; in set_frame_bounds()
|
/linux-3.4.99/drivers/video/ |
D | sh_mobile_hdmi.c | 738 unsigned int f_width = 0, f_height = 0, f_refresh = 0; in sh_hdmi_read_edid() local 800 &f_width, &f_height, &f_refresh); in sh_hdmi_read_edid() 802 f_width = 0; in sh_hdmi_read_edid() 809 f_width, f_height, f_refresh); in sh_hdmi_read_edid() 818 if (!f_width && !f_height) { in sh_hdmi_read_edid() 829 } else if (f_width != mode->xres || f_height != mode->yres) { in sh_hdmi_read_edid()
|
/linux-3.4.99/drivers/sh/ |
D | pfc.c | 313 unsigned long r_width, f_width, curr_width, ncomb; in get_config_reg() local 321 f_width = config_reg->field_width; in get_config_reg() 329 if (f_width) in get_config_reg() 330 curr_width = f_width; in get_config_reg()
|