搜索资源列表
DMA10
- 自己写的支持S3C2410下的实时DMA操作的linux平台驱动程序 功能完善
linuxdriver
- linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h
at91_spi
- linux环境下 AT91RM9200 SPI 驱动程序- High speed frame transmit/receive using the AT91RM9200 s SPIs by pinning down a range of virtual pages from user-space to be able to DMA directly into/out of them, one page (4096 bytes) at a time.
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
AT91_dma
- at91中关于 dma部分的linux源码介绍-at91 dma
dma.tar
- 基于三星s3c6410开发板 嵌入式linux DMA控制器简单应用实现-Samsung s3c6410 development board based on embedded linux DMA controller to achieve a simple application
dma-pvr2
- NEC PowerVR 2 (Dreamcast) DMA support for Linux v2.13.6.
xilinx_pcie_dma_driver
- xilinx官方给的PCI Express DMA IP核的Linux下的驱动代码,以及代码文档-PCI Express DMA IP core of Linux driver code official to under xilinx, and code documentation
zynq axi dma驱动程序
- 基于zynq嵌入是linux axi dma驱动程序代码,可利用axi总线实现arm与fpga数据交互。