Lines Matching full:volatile
10 volatile u_long dma_tadr;
11 volatile u_long dma_dadr;
12 volatile u_long dma_bcr;
13 volatile u_long dma_hr;
14 volatile u_short t1_preload;
15 volatile u_short t1_count;
16 volatile u_short t2_preload;
17 volatile u_short t2_count;
18 volatile u_char t1_int_cntrl;
19 volatile u_char t1_cntrl;
20 volatile u_char t2_int_cntrl;
21 volatile u_char t2_cntrl;
22 volatile u_char ac_fail;
23 volatile u_char watchdog;
24 volatile u_char lpt_intr;
25 volatile u_char lpt_cntrl;
26 volatile u_char dma_intr;
27 volatile u_char dma_cntrl;
28 volatile u_char bus_error;
29 volatile u_char dma_status;
30 volatile u_char abort;
31 volatile u_char ta_fnctl;
32 volatile u_char serial_cntrl;
33 volatile u_char general_cntrl;
34 volatile u_char lan_cntrl;
35 volatile u_char general_status;
36 volatile u_char scsi_interrupt;
37 volatile u_char slave;
38 volatile u_char soft1_cntrl;
39 volatile u_char int_base;
40 volatile u_char soft2_cntrl;
41 volatile u_char revision_level;
42 volatile u_char lpt_data;
43 volatile u_char lpt_status;
46 #define m147_pcc ((struct pcc_regs * volatile)0xfffe1000)