Home
last modified time | relevance | path

Searched refs:widths (Results 1 – 15 of 15) sorted by relevance

/drivers/media/usb/gspca/
A Dse401.c214 int widths[MAX_MODES], heights[MAX_MODES]; in sd_config() local
251 widths[i] = cd[6 + i * 4 + 0] | (cd[6 + i * 4 + 1] << 8); in sd_config()
256 sd->fmts[i].width = widths[i]; in sd_config()
264 if (widths[j] / 2 == widths[i] && in sd_config()
273 if (widths[j] / 4 == widths[i] && in sd_config()
283 sd->fmts[i].bytesperline = widths[i]; in sd_config()
284 sd->fmts[i].sizeimage = widths[i] * heights[i]; in sd_config()
286 widths[i], heights[i]); in sd_config()
291 sd->fmts[i].sizeimage = widths[i] * heights[i] * 3; in sd_config()
293 widths[i], heights[i], in sd_config()
/drivers/edac/
A Di10nm_base.c91 .widths = {4, 4, 4, 4, 4, 8},
113 .widths = {4, 4, 8, 4, 4, 8},
134 .widths = {4, 4, 8, 4, 4, 8},
155 .widths = {4, 4, 8, 4, 4, 8},
178 .widths = {4, 4, 8, 4, 4, 8},
219 u8 width = rrl->widths[0]; in enable_rrl()
355 width = rrl->widths[j]; in show_retry_rd_err_log()
A Dskx_common.h108 u8 widths[NUM_RRL_REG]; member
/drivers/pinctrl/samsung/
A Dpinctrl-samsung.c1355 const u8 *widths = bank->type->fld_width; in samsung_pinctrl_suspend() local
1359 if (!widths[PINCFG_TYPE_CON_PDN]) in samsung_pinctrl_suspend()
1363 if (widths[type]) in samsung_pinctrl_suspend()
1366 if (widths[PINCFG_TYPE_FUNC] * bank->nr_pins > 32) { in samsung_pinctrl_suspend()
1430 const u8 *widths = bank->type->fld_width; in samsung_pinctrl_resume() local
1434 if (!widths[PINCFG_TYPE_CON_PDN]) in samsung_pinctrl_resume()
1437 if (widths[PINCFG_TYPE_FUNC] * bank->nr_pins > 32) { in samsung_pinctrl_resume()
1453 if (widths[type]) in samsung_pinctrl_resume()
/drivers/dma/sf-pdma/
A Dsf-pdma.c501 const enum dma_slave_buswidth widths = in sf_pdma_probe() local
547 pdma->dma_dev.src_addr_widths = widths; in sf_pdma_probe()
548 pdma->dma_dev.dst_addr_widths = widths; in sf_pdma_probe()
/drivers/dma/sh/
A Dusb-dmac.c768 const enum dma_slave_buswidth widths = USB_DMAC_SLAVE_BUSWIDTH; in usb_dmac_probe() local
835 engine->src_addr_widths = widths; in usb_dmac_probe()
836 engine->dst_addr_widths = widths; in usb_dmac_probe()
A Dshdmac.c669 const enum dma_slave_buswidth widths = in sh_dmae_probe() local
729 dma_dev->src_addr_widths = widths; in sh_dmae_probe()
730 dma_dev->dst_addr_widths = widths; in sh_dmae_probe()
A Drcar-dmac.c1849 const enum dma_slave_buswidth widths = DMA_SLAVE_BUSWIDTH_1_BYTE | in rcar_dmac_probe() local
1942 engine->src_addr_widths = widths; in rcar_dmac_probe()
1943 engine->dst_addr_widths = widths; in rcar_dmac_probe()
/drivers/dma/
A Dmmp_pdma.c1024 const enum dma_slave_buswidth widths = in mmp_pdma_probe() local
1096 pdev->device.src_addr_widths = widths; in mmp_pdma_probe()
1097 pdev->device.dst_addr_widths = widths; in mmp_pdma_probe()
A Dpxa_dma.c1349 const enum dma_slave_buswidth widths = in pxad_probe() local
1402 pdev->slave.src_addr_widths = widths; in pxad_probe()
1403 pdev->slave.dst_addr_widths = widths; in pxad_probe()
/drivers/video/fbdev/
A DKconfig846 also use font widths different from 8.
855 packed pixel and 32 bpp packed pixel. You can also use font widths
865 pixel and 32 bpp packed pixel. You can also use font widths
881 too. You can use only some font widths, as the driver uses generic
933 too. You can use only some font widths, as the driver uses generic
/drivers/thunderbolt/
A Dswitch.c986 u32 phy, widths; in tb_port_width_supported() local
1007 widths = FIELD_GET(LANE_ADP_CS_0_SUPPORTED_WIDTH_MASK, phy); in tb_port_width_supported()
1008 return widths & width; in tb_port_width_supported()
/drivers/message/fusion/lsi/
A Dmpi_history.txt240 * widths in IOC_0 page and updated the page version.
/drivers/infiniband/hw/hfi1/
A Dchip.c7375 u16 widths, tx, rx; in get_linkup_widths() local
7379 read_vc_local_link_mode(dd, &misc_bits, &local_flags, &widths); in get_linkup_widths()
7380 tx = widths >> 12; in get_linkup_widths()
7381 rx = (widths >> 8) & 0xf; in get_linkup_widths()
/drivers/mmc/host/
A DKconfig497 with 1, 4, and 8 bit bus widths.

Completed in 877 milliseconds