Lines Matching defs:ikdevice
13 struct ikdevice { struct
14 u_short ik_csr; /* control status register */
15 u_short ik_data; /* data in/out register */
16 u_char ik_mod; /* address modifier */
17 u_char ik_vec; /* interrupt vector */
18 u_short ik_pulse; /* pulse commands (w) */
19 u_short ik_fill[5];
20 u_short ik_balo; /* low word of dma beginning address (w) */
21 u_short ik_wc; /* dma word count */
22 u_short ik_calo; /* low word of dma current address (r) */
23 u_short ik_fill1;
24 u_short ik_bahi; /* high word of dma beginning address (w) */
25 u_short ik_fill2;
26 u_short ik_cahi; /* high word of dma current address (r) */