Searched refs:uchar (Results 1 – 3 of 3) sorted by relevance
32 #define uchar unsigned char macro208 uchar reg_value;220 uchar clock_freq;221 uchar chip; /* what kind of wd33c93? */222 uchar microcode; /* microcode rev */223 uchar dma_buffer_pool; /* FEF: buffer from chip_ram? */228 uchar *dma_bounce_buffer;230 volatile uchar busy[8]; /* index = target, bit = lun */235 uchar state; /* what we are currently doing */236 uchar dma; /* current state of DMA (on/off) */[all …]
63 typedef unsigned char uchar; typedef114 #define ASC_SCSI_TIX_TYPE uchar116 #define ASC_SCSI_BIT_ID_TYPE uchar247 uchar status;248 uchar q_no;249 uchar cntl;250 uchar sg_queue_cnt;251 uchar target_id;252 uchar target_lun;256 uchar sense_len;[all …]
166 static inline uchar167 read_wd33c93(const wd33c93_regs regs, uchar reg_num) in read_wd33c93()169 uchar data; in read_wd33c93()188 static inline uchar195 write_wd33c93(const wd33c93_regs regs, uchar reg_num, uchar value) in write_wd33c93()214 write_wd33c93_cdb(const wd33c93_regs regs, uint len, uchar cmnd[]) in write_wd33c93_cdb()224 static inline uchar225 read_wd33c93(const wd33c93_regs regs, uchar reg_num) in read_wd33c93()246 static inline uchar253 write_wd33c93(const wd33c93_regs regs, uchar reg_num, uchar value) in write_wd33c93()[all …]