Searched defs:buswidth (Results 1 - 9 of 9) sorted by relevance

/drivers/media/video/
H A Dmx1_camera.c500 /* MX1 supports only 8bit buswidth */
573 int ret, buswidth; local
582 buswidth = xlate->host_fmt->bits_per_sample;
583 if (buswidth > 8) {
586 buswidth, pix->pixelformat);
H A Datmel-isi.c664 unsigned char buswidth)
687 if ((1 << (buswidth - 1)) & isi->width_flags)
663 isi_camera_try_bus_param(struct soc_camera_device *icd, unsigned char buswidth) argument
H A Dmx3_camera.c561 unsigned char buswidth, unsigned long *flags)
567 if (buswidth > fls(mx3_cam->width_flags))
995 int buswidth; local
1010 buswidth = fmt->bits_per_sample;
1011 ret = test_platform_param(mx3_cam, buswidth, &bus_flags);
1013 dev_dbg(dev, "requested bus width %d bit: %d\n", buswidth, ret);
560 test_platform_param(struct mx3_camera_dev *mx3_cam, unsigned char buswidth, unsigned long *flags) argument
H A Dsh_mobile_ceu_camera.c938 unsigned char buswidth)
954 if (!common_flags || buswidth > 16)
937 sh_mobile_ceu_try_bus_param(struct soc_camera_device *icd, unsigned char buswidth) argument
H A Dpxa_camera.c1016 unsigned char buswidth, unsigned long *flags)
1034 if ((1 << (buswidth - 1)) & pcdev->width_flags)
1211 unsigned char buswidth)
1218 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
1210 pxa_camera_try_bus_param(struct soc_camera_device *icd, unsigned char buswidth) argument
/drivers/net/ethernet/i825xx/
H A Deexpress.c1066 unsigned char buswidth; local
1117 buswidth = !((setupval & 0x400) >> 10);
1124 eexp_ifmap[dev->if_port], buswidth?8:16);
1174 lp->width = buswidth;
/drivers/spi/
H A Dspi-ep93xx.c552 enum dma_slave_buswidth buswidth; local
562 buswidth = DMA_SLAVE_BUSWIDTH_2_BYTES;
564 buswidth = DMA_SLAVE_BUSWIDTH_1_BYTE;
575 conf.src_addr_width = buswidth;
582 conf.dst_addr_width = buswidth;
/drivers/video/sis/
H A Dsis_main.c4226 sisfb_post_300_rwtest(struct sis_video_info *ivideo, int iteration, int buswidth, argument
4256 RankCapacity = buswidth * SiS_DRAMType[k][3];
4271 PageCapacity = (1 << SiS_DRAMType[k][1]) * buswidth * 4;
4278 sr14 = (SiS_DRAMType[k][3] * buswidth) - 1;
4279 if(buswidth == 4) sr14 |= 0x80;
4280 else if(buswidth == 2) sr14 |= 0x40;
4315 int i, j, buswidth; local
4318 buswidth = sisfb_post_300_buswidth(ivideo);
4327 buswidth,
4628 unsigned int buswidth, ranksiz local
[all...]
/drivers/video/omap2/dss/
H A Ddsi.c3801 int buswidth = 0; local
3821 buswidth = 0;
3824 buswidth = 1;
3827 buswidth = 2;
3838 r = FLD_MOD(r, buswidth, 7, 6); /* VP_DATA_BUS_WIDTH */

Completed in 191 milliseconds