/src/sys/arch/arm/s3c2xx0/ |
s3c2440_dma.c | 158 IST_EDGE_RISING, s3c2440_dma_intr, (void*)1); 160 IST_EDGE_RISING, s3c2440_dma_intr, (void*)2); 162 IST_EDGE_RISING, s3c2440_dma_intr, (void*)3); 164 IST_EDGE_RISING, s3c2440_dma_intr, (void*)4); 168 s3c2440_dma_intr(void *arg) function in typeref:typename:int 181 DPRINTF(("s3c2440_dma_intr\n"));
|
s3c2440_dma.c | 158 IST_EDGE_RISING, s3c2440_dma_intr, (void*)1); 160 IST_EDGE_RISING, s3c2440_dma_intr, (void*)2); 162 IST_EDGE_RISING, s3c2440_dma_intr, (void*)3); 164 IST_EDGE_RISING, s3c2440_dma_intr, (void*)4); 168 s3c2440_dma_intr(void *arg) function in typeref:typename:int 181 DPRINTF(("s3c2440_dma_intr\n"));
|