Searched refs:mem_width (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/blackfin/include/asm/ |
D | dma.h | 227 char dma_mode, char mem_width, char syncmode, char peri_width) in set_bfin_dma_config2() argument 246 return config | (direction << 1) | (mem_width << 8) | (dma_mode << 26) | in set_bfin_dma_config2() 253 char intr_mode, char dma_mode, char mem_width, char syncmode) in set_bfin_dma_config() argument 257 mem_width, syncmode, mem_width); in set_bfin_dma_config() 259 return (direction << 1) | (mem_width << 2) | (dma_mode << 4) | in set_bfin_dma_config()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv10.c | 36 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()
|
/linux-4.1.27/drivers/dma/dw/ |
D | core.c | 773 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()
|
/linux-4.1.27/drivers/dma/ |
D | at_hdmac.c | 745 unsigned int mem_width; in atc_prep_slave_sg() local 789 mem_width = 2; in atc_prep_slave_sg() 791 mem_width = 0; in atc_prep_slave_sg() 796 | ATC_SRC_WIDTH(mem_width) in atc_prep_slave_sg() 797 | len >> mem_width; in atc_prep_slave_sg() 830 mem_width = 2; in atc_prep_slave_sg() 832 mem_width = 0; in atc_prep_slave_sg() 837 | ATC_DST_WIDTH(mem_width) in atc_prep_slave_sg()
|