Lines Matching refs:hwcfg
889 u32 hwcfg = 0; in s3c24xx_dma_prep_dma_cyclic() local
914 hwcfg |= S3C24XX_DISRCC_LOC_APB; in s3c24xx_dma_prep_dma_cyclic()
918 hwcfg |= S3C24XX_DISRCC_LOC_AHB; in s3c24xx_dma_prep_dma_cyclic()
926 hwcfg |= S3C24XX_DISRCC_INC_FIXED; in s3c24xx_dma_prep_dma_cyclic()
937 txd->didstc = hwcfg; in s3c24xx_dma_prep_dma_cyclic()
941 txd->disrcc = hwcfg; in s3c24xx_dma_prep_dma_cyclic()
987 u32 hwcfg = 0; in s3c24xx_dma_prep_slave_sg() local
1003 hwcfg |= S3C24XX_DISRCC_LOC_APB; in s3c24xx_dma_prep_slave_sg()
1007 hwcfg |= S3C24XX_DISRCC_LOC_AHB; in s3c24xx_dma_prep_slave_sg()
1015 hwcfg |= S3C24XX_DISRCC_INC_FIXED; in s3c24xx_dma_prep_slave_sg()
1026 txd->didstc = hwcfg; in s3c24xx_dma_prep_slave_sg()
1030 txd->disrcc = hwcfg; in s3c24xx_dma_prep_slave_sg()