Home
last modified time | relevance | path

Searched refs:mem_width (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv10.c37 static const int mem_width[] = { 0x10, 0x00, 0x20 }; in nv10_devinit_meminit() local
59 nvkm_mask(device, NV04_PFB_CFG0, 0x30, mem_width[i]); in nv10_devinit_meminit()
/drivers/dma/
Dat_hdmac.c1077 unsigned int mem_width; in atc_prep_slave_sg() local
1121 mem_width = 2; in atc_prep_slave_sg()
1123 mem_width = 0; in atc_prep_slave_sg()
1128 | ATC_SRC_WIDTH(mem_width) in atc_prep_slave_sg()
1129 | len >> mem_width; in atc_prep_slave_sg()
1162 mem_width = 2; in atc_prep_slave_sg()
1164 mem_width = 0; in atc_prep_slave_sg()
1169 | ATC_DST_WIDTH(mem_width) in atc_prep_slave_sg()
Dstm32-dma.c203 u32 mem_width; member
728 chan->mem_width = src_addr_width; in stm32_dma_set_xfer_param()
776 chan->mem_width = dst_addr_width; in stm32_dma_set_xfer_param()
1132 burst_size = chan->mem_burst * chan->mem_width; in stm32_dma_desc_residue()
Dstm32-mdma.c268 u32 mem_width; member
586 chan->mem_width = src_addr_width; in stm32_mdma_set_xfer_param()
634 chan->mem_width = dst_addr_width; in stm32_mdma_set_xfer_param()
1294 burst_size = chan->mem_burst * chan->mem_width; in stm32_mdma_desc_residue()
/drivers/dma/dw/
Dcore.c636 unsigned int mem_width; in dwc_prep_slave_sg() local
671 mem_width = __ffs(data_width | mem | len); in dwc_prep_slave_sg()
678 ctlhi = dw->bytes2block(dwc, len, mem_width, &dlen); in dwc_prep_slave_sg()
683 lli_write(desc, ctllo, ctllo | DWC_CTLL_SRC_WIDTH(mem_width)); in dwc_prep_slave_sg()
731 mem_width = __ffs(data_width | mem | dlen); in dwc_prep_slave_sg()
732 lli_write(desc, ctllo, ctllo | DWC_CTLL_DST_WIDTH(mem_width)); in dwc_prep_slave_sg()
/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c888 u16 mem_width, mem_clock; in find_system_memory() local
894 mem_width = (u16)(*(const u16 *)(dmi_data + 0x6)); in find_system_memory()
897 if (mem_width != 0xFFFF && mem_width != 0) in find_system_memory()
898 mem->width = mem_width; in find_system_memory()