Searched refs:s3c64xx_spi_dma_client (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_s3c64xx.c179 static struct s3c2410_dma_client s3c64xx_spi_dma_client = { variable in typeref:struct:s3c2410_dma_client
701 &s3c64xx_spi_dma_client, NULL) < 0) {
710 &s3c64xx_spi_dma_client, NULL) < 0) {
712 s3c2410_dma_free(sdd->rx_dmach, &s3c64xx_spi_dma_client);
758 s3c2410_dma_free(sdd->tx_dmach, &s3c64xx_spi_dma_client);
759 s3c2410_dma_free(sdd->rx_dmach, &s3c64xx_spi_dma_client);

Completed in 89 milliseconds