Lines Matching defs:qdflags
98 struct qdflags { struct
99 u_int inuse; /* which minor dev's are in use now */
100 u_int config; /* I/O page register content */
101 u_int mapped; /* user mapping status word */
102 u_int kernel_loop; /* if kernel console is redirected */
103 u_int user_dma; /* DMA from user space in progress */
104 u_short pntr_id; /* type code of pointing device */
105 u_short duart_imask; /* shadowing for duart intrpt mask reg */
106 u_short adder_ie; /* shadowing for adder intrpt enbl reg */
107 u_short curs_acc; /* cursor acceleration factor */
108 u_short curs_thr; /* cursor acceleration threshold level */
109 u_short tab_res; /* tablet resolution factor */
110 u_short selmask; /* mask for active qd select entries */
165 struct qdflags qdflags[NQD]; /* QDSS register map structure */ variable