Searched refs:f_width (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsh_pfc.h50 #define PINMUX_CFG_REG(name, r, r_width, f_width) \
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)]) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sh/
H A Dpfc.c96 "r_width = %ld, f_width = %ld\n",
113 "r_width = %ld, f_width = %ld\n",
206 unsigned long r_width, f_width; local
214 f_width = config_reg->field_width;
218 for (n = 0; n < (r_width / f_width) * 1 << f_width; n++) {
222 *cntp = &config_reg->cnt[n / (1 << f_width)];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/s5p-fimc/
H A Dfimc-reg.c174 cfg |= S5P_ORIG_SIZE_VER(frame->f_width);
176 cfg |= S5P_ORIG_SIZE_HOR(frame->f_width);
369 cfg_o |= S5P_ORIG_SIZE_HOR(frame->f_width);
H A Dfimc-core.h227 * @f_width: image full width (virtual screen size)
242 u32 f_width; member in struct:fimc_frame
H A Dfimc-core.c448 swap(d_frame->f_width, d_frame->f_height);
821 frame->f_width = pix->bytesperline * 8 / frame->fmt->depth;
835 dbg("f_width= %d, f_height= %d", frame->f_width, frame->f_height);
1008 cr->bounds.width = frame->f_width;

Completed in 62 milliseconds