Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsh_pfc.h50 #define PINMUX_CFG_REG(name, r, r_width, f_width) \ argument
51 .reg = r, .reg_width = r_width, .field_width = f_width, \
52 .cnt = (unsigned long [r_width / f_width]) {}, \
53 .enum_ids = (pinmux_enum_t [(r_width / f_width) * (1 << f_width)]) \
/linux-2.6.39/drivers/sh/
Dpfc.c208 unsigned long r_width, f_width; in get_config_reg() local
216 f_width = config_reg->field_width; in get_config_reg()
220 for (n = 0; n < (r_width / f_width) * 1 << f_width; n++) { in get_config_reg()
224 *cntp = &config_reg->cnt[n / (1 << f_width)]; in get_config_reg()
/linux-2.6.39/drivers/video/
Dsh_mobile_hdmi.c740 unsigned int f_width = 0, f_height = 0, f_refresh = 0; in sh_hdmi_read_edid() local
801 &f_width, &f_height, &f_refresh); in sh_hdmi_read_edid()
803 f_width = 0; in sh_hdmi_read_edid()
810 f_width, f_height, f_refresh); in sh_hdmi_read_edid()
819 if (!f_width && !f_height) { in sh_hdmi_read_edid()
830 } else if (f_width != mode->xres || f_height != mode->yres) { in sh_hdmi_read_edid()
/linux-2.6.39/drivers/media/video/s5p-fimc/
Dfimc-capture.c269 return fr->f_width * fr->f_height * fr->fmt->depth[plane] / 8; in get_plane_size()
501 frame->f_width = fmt->width; in sync_capture_fmt()
548 frame->f_width = pix->plane_fmt[0].bytesperline * 8 in fimc_cap_s_fmt_mplane()
838 fr->width = fr->f_width = fr->o_width = 640; in fimc_register_capture_device()
Dfimc-reg.c171 cfg = S5P_ORIG_SIZE_HOR(frame->f_width); in fimc_hw_set_out_dma_size()
177 if (frame->f_width >= 1280) /* HD */ in fimc_hw_set_out_dma_size()
397 cfg_o |= S5P_ORIG_SIZE_HOR(frame->f_width); in fimc_hw_set_in_dma_size()
Dfimc-core.c1003 frame->f_width = pix->plane_fmt[0].bytesperline * 8 / in fimc_m2m_s_fmt_mplane()
1018 dbg("f_w: %d, f_h: %d", frame->f_width, frame->f_height); in fimc_m2m_s_fmt_mplane()
1218 cr->bounds.width = frame->f_width; in fimc_m2m_cropcap()
1299 f->f_width, f->f_height); in fimc_try_crop()
Dfimc-core.h264 u32 f_width; member