Home
last modified time | relevance | path

Searched refs:mem_width (Results 1 – 3 of 3) 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/dw/
Dcore.c773 unsigned int mem_width; in dwc_prep_slave_sg() local
809 mem_width = min_t(unsigned int, in dwc_prep_slave_sg()
819 desc->lli.ctllo = ctllo | DWC_CTLL_SRC_WIDTH(mem_width); in dwc_prep_slave_sg()
820 if ((len >> mem_width) > dwc->block_size) { in dwc_prep_slave_sg()
821 dlen = dwc->block_size << mem_width; in dwc_prep_slave_sg()
829 desc->lli.ctlhi = dlen >> mem_width; in dwc_prep_slave_sg()
866 mem_width = min_t(unsigned int, in dwc_prep_slave_sg()
876 desc->lli.ctllo = ctllo | DWC_CTLL_DST_WIDTH(mem_width); in dwc_prep_slave_sg()
/drivers/dma/
Dat_hdmac.c1091 unsigned int mem_width; in atc_prep_slave_sg() local
1135 mem_width = 2; in atc_prep_slave_sg()
1137 mem_width = 0; in atc_prep_slave_sg()
1142 | ATC_SRC_WIDTH(mem_width) in atc_prep_slave_sg()
1143 | len >> mem_width; in atc_prep_slave_sg()
1176 mem_width = 2; in atc_prep_slave_sg()
1178 mem_width = 0; in atc_prep_slave_sg()
1183 | ATC_DST_WIDTH(mem_width) in atc_prep_slave_sg()