Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dppc4xx_sgdma.c160 uint32_t sg_command; in ppc4xx_enable_dma_sgl() local
176 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() local
218 sg_command = mfdcr(DCRN_ASGC); in ppc4xx_disable_dma_sgl()
221 sg_command &= ~SSG0_ENABLE; in ppc4xx_disable_dma_sgl()
[all …]