Lines Matching refs:uchar
32 #define uchar unsigned char
203 uchar reg_value;
215 uchar clock_freq;
216 uchar chip; /* what kind of wd33c93? */
217 uchar microcode; /* microcode rev */
218 uchar dma_buffer_pool; /* FEF: buffer from chip_ram? */
223 uchar *dma_bounce_buffer;
225 volatile uchar busy[8]; /* index = target, bit = lun */
230 uchar state; /* what we are currently doing */
231 uchar dma; /* current state of DMA (on/off) */
232 uchar level2; /* extent to which Level-2 commands are used */
233 uchar disconnect; /* disconnect/reselect policy */
235 uchar incoming_msg[8]; /* filled during message_in phase */
237 uchar outgoing_msg[8]; /* send this during next message_out */
240 uchar sync_xfer[8]; /* sync_xfer reg settings per target */
241 uchar sync_stat[8]; /* status of sync negotiation per target */
242 uchar no_sync; /* bitmask: don't do sync on these targets */
243 uchar no_dma; /* set this flag to disable DMA */
244 uchar dma_mode; /* DMA Burst Mode or Single Byte DMA */
245 uchar fast; /* set this flag to enable Fast SCSI */
248 uchar proc; /* bitmask: what's in proc output */