| /drivers/media/usb/gspca/ |
| A D | se401.c | 214 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 D | i10nm_base.c | 91 .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 D | skx_common.h | 108 u8 widths[NUM_RRL_REG]; member
|
| /drivers/pinctrl/samsung/ |
| A D | pinctrl-samsung.c | 1355 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 D | sf-pdma.c | 501 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 D | usb-dmac.c | 768 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 D | shdmac.c | 669 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 D | rcar-dmac.c | 1849 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 D | mmp_pdma.c | 1024 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 D | pxa_dma.c | 1349 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 D | Kconfig | 846 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 D | switch.c | 986 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 D | mpi_history.txt | 240 * widths in IOC_0 page and updated the page version.
|
| /drivers/infiniband/hw/hfi1/ |
| A D | chip.c | 7375 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 D | Kconfig | 497 with 1, 4, and 8 bit bus widths.
|