Searched refs:mem_width (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | nv10.c | 37 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()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | at_hdmac.c | 1038 unsigned int mem_width; in atc_prep_slave_sg() local 1082 mem_width = 2; in atc_prep_slave_sg() 1084 mem_width = 0; in atc_prep_slave_sg() 1089 | ATC_SRC_WIDTH(mem_width) in atc_prep_slave_sg() 1090 | len >> mem_width; in atc_prep_slave_sg() 1123 mem_width = 2; in atc_prep_slave_sg() 1125 mem_width = 0; in atc_prep_slave_sg() 1130 | ATC_DST_WIDTH(mem_width) in atc_prep_slave_sg()
|
| H A D | stm32-dma.c | 208 u32 mem_width; member 739 chan->mem_width = src_addr_width; in stm32_dma_set_xfer_param() 788 chan->mem_width = dst_addr_width; in stm32_dma_set_xfer_param() 1145 burst_size = chan->mem_burst * chan->mem_width; in stm32_dma_desc_residue()
|
| H A D | stm32-mdma.c | 267 u32 mem_width; member 584 chan->mem_width = src_addr_width; in stm32_mdma_set_xfer_param() 632 chan->mem_width = dst_addr_width; in stm32_mdma_set_xfer_param() 1296 burst_size = chan->mem_burst * chan->mem_width; in stm32_mdma_desc_residue()
|
| /OK3568_Linux_fs/kernel/drivers/dma/dw/ |
| H A D | core.c | 631 unsigned int mem_width; in dwc_prep_slave_sg() local 666 mem_width = __ffs(data_width | mem | len); in dwc_prep_slave_sg() 673 ctlhi = dw->bytes2block(dwc, len, mem_width, &dlen); in dwc_prep_slave_sg() 678 lli_write(desc, ctllo, ctllo | DWC_CTLL_SRC_WIDTH(mem_width)); in dwc_prep_slave_sg() 726 mem_width = __ffs(data_width | mem); in dwc_prep_slave_sg() 727 lli_write(desc, ctllo, ctllo | DWC_CTLL_DST_WIDTH(mem_width)); in dwc_prep_slave_sg()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_topology.c | 921 u16 mem_width, mem_clock; in find_system_memory() local 927 mem_width = (u16)(*(const u16 *)(dmi_data + 0x6)); in find_system_memory() 930 if (mem_width != 0xFFFF && mem_width != 0) in find_system_memory() 931 mem->width = mem_width; in find_system_memory()
|