Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/subdev/devinit/
Dnv10.c36 static const int mem_width[] = { 0x10, 0x00, 0x20 }; in nv10_devinit_meminit() local
59 nv_mask(priv, NV04_PFB_CFG0, 0x30, mem_width[i]); in nv10_devinit_meminit()
/drivers/dma/
Dat_hdmac.c696 unsigned int mem_width; in atc_prep_slave_sg() local
740 mem_width = 2; in atc_prep_slave_sg()
742 mem_width = 0; in atc_prep_slave_sg()
747 | ATC_SRC_WIDTH(mem_width) in atc_prep_slave_sg()
748 | len >> mem_width; in atc_prep_slave_sg()
780 mem_width = 2; in atc_prep_slave_sg()
782 mem_width = 0; in atc_prep_slave_sg()
787 | ATC_DST_WIDTH(mem_width) in atc_prep_slave_sg()
/drivers/dma/dw/
Dcore.c765 unsigned int mem_width; in dwc_prep_slave_sg() local
801 mem_width = min_t(unsigned int, in dwc_prep_slave_sg()
814 desc->lli.ctllo = ctllo | DWC_CTLL_SRC_WIDTH(mem_width); in dwc_prep_slave_sg()
815 if ((len >> mem_width) > dwc->block_size) { in dwc_prep_slave_sg()
816 dlen = dwc->block_size << mem_width; in dwc_prep_slave_sg()
824 desc->lli.ctlhi = dlen >> mem_width; in dwc_prep_slave_sg()
861 mem_width = min_t(unsigned int, in dwc_prep_slave_sg()
874 desc->lli.ctllo = ctllo | DWC_CTLL_DST_WIDTH(mem_width); in dwc_prep_slave_sg()