Linux Kernel
3.7.1
|
Data Fields | |
struct parport_ip32_regs | regs |
unsigned int | dcr_cache |
unsigned int | dcr_writable |
unsigned int | pword |
unsigned int | fifo_depth |
unsigned int | readIntrThreshold |
unsigned int | writeIntrThreshold |
enum parport_ip32_irq_mode | irq_mode |
struct completion | irq_complete |
struct parport_ip32_private - private stuff for &struct parport : register addresses : cached contents of DCR : bit mask of writable DCR bits : number of bytes per PWord : number of PWords that FIFO will hold : minimum number of PWords we can read if we get an interrupt : minimum number of PWords we can write if we get an interrupt : operation mode of interrupt handler for this port : mutex used to wait for an interrupt to occur
Definition at line 262 of file parport_ip32.c.
unsigned int dcr_cache |
Definition at line 264 of file parport_ip32.c.
unsigned int dcr_writable |
Definition at line 265 of file parport_ip32.c.
unsigned int fifo_depth |
Definition at line 267 of file parport_ip32.c.
struct completion irq_complete |
Definition at line 271 of file parport_ip32.c.
enum parport_ip32_irq_mode irq_mode |
Definition at line 270 of file parport_ip32.c.
unsigned int pword |
Definition at line 266 of file parport_ip32.c.
unsigned int readIntrThreshold |
Definition at line 268 of file parport_ip32.c.
Definition at line 263 of file parport_ip32.c.
unsigned int writeIntrThreshold |
Definition at line 269 of file parport_ip32.c.