Searched refs:buswidth (Results 1 – 10 of 10) sorted by relevance
/drivers/media/video/ |
D | sh_mobile_ceu_camera.c | 393 int ret, buswidth, width, height, cfszr_width, cdwdr_width; in sh_mobile_ceu_set_bus_param() local 409 buswidth = 8; in sh_mobile_ceu_set_bus_param() 412 buswidth = 16; in sh_mobile_ceu_set_bus_param() 456 value |= buswidth == 16 ? 1 << 12 : 0; in sh_mobile_ceu_set_bus_param() 466 width = buswidth == 16 ? width / 2 : width; in sh_mobile_ceu_set_bus_param() 470 width = buswidth == 16 ? width / 2 : width; in sh_mobile_ceu_set_bus_param() 471 cfszr_width = buswidth == 8 ? width / 2 : width; in sh_mobile_ceu_set_bus_param() 472 cdwdr_width = buswidth == 16 ? width * 2 : width; in sh_mobile_ceu_set_bus_param() 575 xlate->buswidth = icd->formats[idx].depth; in sh_mobile_ceu_get_formats() 587 xlate->buswidth = icd->formats[idx].depth; in sh_mobile_ceu_get_formats() [all …]
|
D | pxa_camera.c | 869 unsigned char buswidth, unsigned long *flags) in test_platform_param() argument 886 switch (buswidth) { in test_platform_param() 915 int ret = test_platform_param(pcdev, icd->buswidth, &bus_flags); in pxa_camera_set_bus_param() 1039 unsigned char buswidth) in pxa_camera_try_bus_param() argument 1044 int ret = test_platform_param(pcdev, buswidth, &bus_flags); in pxa_camera_try_bus_param() 1098 int formats = 0, buswidth, ret; in pxa_camera_get_formats() local 1100 buswidth = required_buswidth(icd->formats + idx); in pxa_camera_get_formats() 1102 if (!buswidth_supported(icd, buswidth)) in pxa_camera_get_formats() 1105 ret = pxa_camera_try_bus_param(icd, buswidth); in pxa_camera_get_formats() 1115 xlate->buswidth = buswidth; in pxa_camera_get_formats() [all …]
|
D | tw9910.c | 572 SOCAM_DATA_ACTIVE_HIGH | priv->info->buswidth; in tw9910_query_bus_param() 668 if (SOCAM_DATAWIDTH_16 == priv->info->buswidth) in tw9910_set_fmt() 777 if (SOCAM_DATAWIDTH_16 != priv->info->buswidth && in tw9910_video_probe() 778 SOCAM_DATAWIDTH_8 != priv->info->buswidth) { in tw9910_video_probe()
|
D | ov772x.c | 721 priv->info->buswidth; in ov772x_query_bus_param() 854 if (SOCAM_DATAWIDTH_10 != priv->info->buswidth && in ov772x_video_probe() 855 SOCAM_DATAWIDTH_8 != priv->info->buswidth) { in ov772x_video_probe()
|
D | soc_camera.c | 243 icd->user_formats[i].buswidth = icd->formats[i].depth; in soc_camera_init_user_formats()
|
/drivers/mtd/chips/ |
D | Kconfig | 86 bool "Support 8-bit buswidth" if MTD_CFI_GEOMETRY 93 bool "Support 16-bit buswidth" if MTD_CFI_GEOMETRY 100 bool "Support 32-bit buswidth" if MTD_CFI_GEOMETRY 107 bool "Support 64-bit buswidth" if MTD_CFI_GEOMETRY 114 bool "Support 128-bit buswidth" if MTD_CFI_GEOMETRY 121 bool "Support 256-bit buswidth" if MTD_CFI_GEOMETRY
|
/drivers/video/sis/ |
D | sis_main.c | 4249 sisfb_post_300_rwtest(struct sis_video_info *ivideo, int iteration, int buswidth, in sisfb_post_300_rwtest() argument 4279 RankCapacity = buswidth * SiS_DRAMType[k][3]; in sisfb_post_300_rwtest() 4294 PageCapacity = (1 << SiS_DRAMType[k][1]) * buswidth * 4; in sisfb_post_300_rwtest() 4301 sr14 = (SiS_DRAMType[k][3] * buswidth) - 1; in sisfb_post_300_rwtest() 4302 if(buswidth == 4) sr14 |= 0x80; in sisfb_post_300_rwtest() 4303 else if(buswidth == 2) sr14 |= 0x40; in sisfb_post_300_rwtest() 4338 int i, j, buswidth; in sisfb_post_300_ramsize() local 4341 buswidth = sisfb_post_300_buswidth(ivideo); in sisfb_post_300_ramsize() 4350 buswidth, in sisfb_post_300_ramsize() 4646 unsigned int buswidth, ranksize, channelab, mapsize; in sisfb_post_xgi_ramsize() local [all …]
|
/drivers/net/ |
D | eexpress.c | 1056 unsigned char buswidth; in eexp_hw_probe() local 1107 buswidth = !((setupval & 0x400) >> 10); in eexp_hw_probe() 1114 eexp_ifmap[dev->if_port], buswidth?8:16); in eexp_hw_probe() 1164 lp->width = buswidth; in eexp_hw_probe()
|
/drivers/mtd/maps/ |
D | pcmciamtd.c | 434 dev->pcmcia_map.bankwidth = t->geo[0].buswidth; in card_settings() 436 DEBUG(2, "region: %d bankwidth = %u", i, t->geo[i].buswidth); in card_settings()
|
/drivers/pcmcia/ |
D | cistpl.c | 1285 geo->geo[n].buswidth = p[0]; in parse_device_geo()
|