Searched refs:buswidth (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dtw9910.h33 unsigned long buswidth; member in struct:tw9910_video_info
H A Dsoc_camera.h257 unsigned long common_flags, hsync, vsync, pclk, data, buswidth, mode; local
266 buswidth = common_flags & SOCAM_DATAWIDTH_MASK;
268 return (!hsync || !vsync || !pclk || !data || !mode || !buswidth) ? 0 :
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmx3_camera.c552 unsigned char buswidth, unsigned long *flags)
585 switch (buswidth) {
604 "Unsupported bus width %d\n", buswidth);
1006 int buswidth; local
1015 buswidth = fmt->bits_per_sample;
1016 ret = test_platform_param(mx3_cam, buswidth, &bus_flags);
1024 dev_dbg(dev, "requested bus width %d bit: %d\n", buswidth, ret);
551 test_platform_param(struct mx3_camera_dev *mx3_cam, unsigned char buswidth, unsigned long *flags) argument
H A Dtw9910.c540 SOCAM_DATA_ACTIVE_HIGH | priv->info->buswidth;
638 if (SOCAM_DATAWIDTH_16 == priv->info->buswidth)
860 if (SOCAM_DATAWIDTH_16 != priv->info->buswidth &&
861 SOCAM_DATAWIDTH_8 != priv->info->buswidth) {
H A Dmx1_camera.c507 /* MX1 supports only 8bit buswidth */
566 int ret, buswidth; local
575 buswidth = xlate->host_fmt->bits_per_sample;
576 if (buswidth > 8) {
579 buswidth, pix->pixelformat);
H A Dpxa_camera.c1016 unsigned char buswidth, unsigned long *flags)
1034 switch (buswidth) {
1215 unsigned char buswidth)
1220 int ret = test_platform_param(pcdev, buswidth, &bus_flags);
1015 test_platform_param(struct pxa_camera_dev *pcdev, unsigned char buswidth, unsigned long *flags) argument
1214 pxa_camera_try_bus_param(struct soc_camera_device *icd, unsigned char buswidth) argument
H A Dsh_mobile_ceu_camera.c836 unsigned char buswidth)
845 if (!common_flags || buswidth > 16 ||
846 (buswidth > 8 && !(common_flags & SOCAM_DATAWIDTH_16)))
835 sh_mobile_ceu_try_bus_param(struct soc_camera_device *icd, unsigned char buswidth) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deexpress.c1045 unsigned char buswidth; local
1096 buswidth = !((setupval & 0x400) >> 10);
1103 eexp_ifmap[dev->if_port], buswidth?8:16);
1153 lp->width = buswidth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_main.c4239 sisfb_post_300_rwtest(struct sis_video_info *ivideo, int iteration, int buswidth, argument
4269 RankCapacity = buswidth * SiS_DRAMType[k][3];
4284 PageCapacity = (1 << SiS_DRAMType[k][1]) * buswidth * 4;
4291 sr14 = (SiS_DRAMType[k][3] * buswidth) - 1;
4292 if(buswidth == 4) sr14 |= 0x80;
4293 else if(buswidth == 2) sr14 |= 0x40;
4328 int i, j, buswidth; local
4331 buswidth = sisfb_post_300_buswidth(ivideo);
4340 buswidth,
4629 unsigned int buswidth, ranksiz local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-migor/
H A Dsetup.c458 .buswidth = SOCAM_DATAWIDTH_8,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dcistpl.h493 u_char buswidth; member in struct:cistpl_device_geo_t::__anon18534
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dpcmciamtd.c421 dev->pcmcia_map.bankwidth = t->geo[0].buswidth;
424 DEBUG(2, "region: %d bankwidth = %u", i, t->geo[i].buswidth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddsi.c2397 int buswidth = 0; local
2416 buswidth = 0;
2419 buswidth = 1;
2422 buswidth = 2;
2433 r = FLD_MOD(r, buswidth, 7, 6); /* VP_DATA_BUS_WIDTH */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-ecovec24/
H A Dsetup.c614 .buswidth = SOCAM_DATAWIDTH_8,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dcistpl.c1214 geo->geo[n].buswidth = p[0];

Completed in 223 milliseconds