Searched refs:sg_command (Results 1 – 1 of 1) sorted by relevance
160 uint32_t sg_command; in ppc4xx_enable_dma_sgl() local176 sg_command = mfdcr(DCRN_ASGC); in ppc4xx_enable_dma_sgl()182 sg_command |= SSG0_ENABLE; in ppc4xx_enable_dma_sgl()185 sg_command |= SSG1_ENABLE; in ppc4xx_enable_dma_sgl()188 sg_command |= SSG2_ENABLE; in ppc4xx_enable_dma_sgl()191 sg_command |= SSG3_ENABLE; in ppc4xx_enable_dma_sgl()197 mtdcr(DCRN_ASGC, sg_command); /* start transfer */ in ppc4xx_enable_dma_sgl()207 uint32_t sg_command; in ppc4xx_disable_dma_sgl() local218 sg_command = mfdcr(DCRN_ASGC); in ppc4xx_disable_dma_sgl()221 sg_command &= ~SSG0_ENABLE; in ppc4xx_disable_dma_sgl()[all …]