Home
last modified time | relevance | path

Searched defs:pcl816_private (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/staging/comedi/drivers/
Dpcl816.c185 struct pcl816_private { struct
187 unsigned int dma; /* used DMA, 0=don't use DMA */
188 int dma_rtc; /* 1=RTC used with DMA, 0=no RTC alloc */
190 unsigned long rtc_iobase; /* RTC port region */
191 unsigned int rtc_iosize;
192 unsigned int rtc_irq;
194 unsigned long dmabuf[2]; /* pointers to begin of DMA buffers */
195 unsigned int dmapages[2]; /* len of DMA buffers in PAGE_SIZEs */
196 unsigned int hwdmaptr[2]; /* hardware address of DMA buffers */
197 unsigned int hwdmasize[2]; /* len of DMA buffers in Bytes */
[all …]