mem_width        1077 drivers/dma/at_hdmac.c 	unsigned int		mem_width;
mem_width        1121 drivers/dma/at_hdmac.c 			mem_width = 2;
mem_width        1123 drivers/dma/at_hdmac.c 				mem_width = 0;
mem_width        1128 drivers/dma/at_hdmac.c 					| ATC_SRC_WIDTH(mem_width)
mem_width        1129 drivers/dma/at_hdmac.c 					| len >> mem_width;
mem_width        1162 drivers/dma/at_hdmac.c 			mem_width = 2;
mem_width        1164 drivers/dma/at_hdmac.c 				mem_width = 0;
mem_width        1169 drivers/dma/at_hdmac.c 					| ATC_DST_WIDTH(mem_width)
mem_width         636 drivers/dma/dw/core.c 	unsigned int		mem_width;
mem_width         671 drivers/dma/dw/core.c 			mem_width = __ffs(data_width | mem | len);
mem_width         678 drivers/dma/dw/core.c 			ctlhi = dw->bytes2block(dwc, len, mem_width, &dlen);
mem_width         683 drivers/dma/dw/core.c 			lli_write(desc, ctllo, ctllo | DWC_CTLL_SRC_WIDTH(mem_width));
mem_width         731 drivers/dma/dw/core.c 			mem_width = __ffs(data_width | mem | dlen);
mem_width         732 drivers/dma/dw/core.c 			lli_write(desc, ctllo, ctllo | DWC_CTLL_DST_WIDTH(mem_width));
mem_width         203 drivers/dma/stm32-dma.c 	u32 mem_width;
mem_width         728 drivers/dma/stm32-dma.c 		chan->mem_width = src_addr_width;
mem_width         776 drivers/dma/stm32-dma.c 		chan->mem_width = dst_addr_width;
mem_width        1132 drivers/dma/stm32-dma.c 	burst_size = chan->mem_burst * chan->mem_width;
mem_width         268 drivers/dma/stm32-mdma.c 	u32 mem_width;
mem_width         586 drivers/dma/stm32-mdma.c 		chan->mem_width = src_addr_width;
mem_width         634 drivers/dma/stm32-mdma.c 		chan->mem_width = dst_addr_width;
mem_width        1294 drivers/dma/stm32-mdma.c 	burst_size = chan->mem_burst * chan->mem_width;
mem_width         888 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	u16 mem_width, mem_clock;
mem_width         894 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		mem_width = (u16)(*(const u16 *)(dmi_data + 0x6));
mem_width         897 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 			if (mem_width != 0xFFFF && mem_width != 0)
mem_width         898 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 				mem->width = mem_width;
mem_width          37 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv10.c 	static const int mem_width[] = { 0x10, 0x00, 0x20 };
mem_width          59 drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv10.c 		nvkm_mask(device, NV04_PFB_CFG0, 0x30, mem_width[i]);