Searched defs:pcl818_private (Results 1 – 1 of 1) sorted by relevance
330 struct pcl818_private { struct332 unsigned int dma; /* used DMA, 0=don't use DMA */333 int dma_rtc; /* 1=RTC used with DMA, 0=no RTC alloc */334 unsigned int io_range;336 unsigned long rtc_iobase; /* RTC port region */337 unsigned int rtc_iosize;338 unsigned int rtc_irq;339 struct timer_list rtc_irq_timer; /* timer for RTC sanity check */340 unsigned long rtc_freq; /* RTC int freq */341 int rtc_irq_blocked; /* 1=we now do AI with DMA&RTC */[all …]