Lines Matching refs:hwcfg
894 u32 hwcfg = 0; in s3c24xx_dma_prep_dma_cyclic() local
919 hwcfg |= S3C24XX_DISRCC_LOC_APB; in s3c24xx_dma_prep_dma_cyclic()
923 hwcfg |= S3C24XX_DISRCC_LOC_AHB; in s3c24xx_dma_prep_dma_cyclic()
931 hwcfg |= S3C24XX_DISRCC_INC_FIXED; in s3c24xx_dma_prep_dma_cyclic()
942 txd->didstc = hwcfg; in s3c24xx_dma_prep_dma_cyclic()
946 txd->disrcc = hwcfg; in s3c24xx_dma_prep_dma_cyclic()
992 u32 hwcfg = 0; in s3c24xx_dma_prep_slave_sg() local
1008 hwcfg |= S3C24XX_DISRCC_LOC_APB; in s3c24xx_dma_prep_slave_sg()
1012 hwcfg |= S3C24XX_DISRCC_LOC_AHB; in s3c24xx_dma_prep_slave_sg()
1020 hwcfg |= S3C24XX_DISRCC_INC_FIXED; in s3c24xx_dma_prep_slave_sg()
1031 txd->didstc = hwcfg; in s3c24xx_dma_prep_slave_sg()
1035 txd->disrcc = hwcfg; in s3c24xx_dma_prep_slave_sg()