Home
last modified time | relevance | path

Searched refs:uchar (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dwd33c93.h42 #define uchar unsigned char macro
218 uchar reg_value;
230 uchar clock_freq;
231 uchar chip; /* what kind of wd33c93? */
232 uchar microcode; /* microcode rev */
233 uchar dma_buffer_pool; /* FEF: buffer from chip_ram? */
238 uchar *dma_bounce_buffer;
240 volatile uchar busy[8]; /* index = target, bit = lun */
245 uchar state; /* what we are currently doing */
246 uchar dma; /* current state of DMA (on/off) */
[all …]
Din2000.h50 #define uchar unsigned char macro
274 uchar reg_value;
280 uchar chip; /* what kind of wd33c93 chip? */
281 uchar microcode; /* microcode rev if 'B' */
285 volatile uchar busy[8]; /* index = target, bit = lun */
290 uchar state; /* what we are currently doing */
291 uchar fifo; /* what the FIFO is up to */
292 uchar level2; /* extent to which Level-2 commands are used */
293 uchar disconnect; /* disconnect/reselect policy */
295 uchar incoming_msg[8]; /* filled during message_in phase */
[all …]
Dadvansys.c93 typedef unsigned char uchar; typedef
170 #define ASC_SCSI_TIX_TYPE uchar
172 #define ASC_SCSI_BIT_ID_TYPE uchar
304 uchar status;
305 uchar q_no;
306 uchar cntl;
307 uchar sg_queue_cnt;
308 uchar target_id;
309 uchar target_lun;
313 uchar sense_len;
[all …]
Dwd33c93.c175 static inline uchar
176 read_wd33c93(const wd33c93_regs regs, uchar reg_num) in read_wd33c93()
178 uchar data; in read_wd33c93()
197 static inline uchar
204 write_wd33c93(const wd33c93_regs regs, uchar reg_num, uchar value) in write_wd33c93()
223 write_wd33c93_cdb(const wd33c93_regs regs, uint len, uchar cmnd[]) in write_wd33c93_cdb()
233 static inline uchar
234 read_wd33c93(const wd33c93_regs regs, uchar reg_num) in read_wd33c93()
255 static inline uchar
262 write_wd33c93(const wd33c93_regs regs, uchar reg_num, uchar value) in write_wd33c93()
[all …]
Din2000.c190 static inline uchar read_3393(struct IN2000_hostdata *hostdata, uchar reg_num) in read_3393()
200 static inline void write_3393(struct IN2000_hostdata *hostdata, uchar reg_num, uchar value) in write_3393()
207 static inline void write_3393_cmd(struct IN2000_hostdata *hostdata, uchar cmd) in write_3393_cmd()
216 static uchar read_1_byte(struct IN2000_hostdata *hostdata) in read_1_byte()
218 uchar asr, x = 0; in read_1_byte()
322 static uchar calc_sync_xfer(unsigned int period, unsigned int offset) in calc_sync_xfer()
324 uchar result; in calc_sync_xfer()
416 cmd->host_scribble = (uchar *) hostdata->input_Q; in in2000_queuecommand_lck()
420 tmp->host_scribble = (uchar *) cmd; in in2000_queuecommand_lck()
713 static void transfer_pio(uchar * buf, int cnt, int data_in_dir, struct IN2000_hostdata *hostdata) in transfer_pio()
[all …]
/linux-3.4.99/include/xen/interface/
Dplatform.h143 GUEST_HANDLE(uchar) edid;
180 GUEST_HANDLE(uchar) cpumap_bitmap;
/linux-3.4.99/arch/x86/include/asm/xen/
Dinterface.h51 __DEFINE_GUEST_HANDLE(uchar, unsigned char);
/linux-3.4.99/arch/ia64/include/asm/xen/
Dinterface.h71 __DEFINE_GUEST_HANDLE(uchar, unsigned char);
/linux-3.4.99/drivers/net/ethernet/fujitsu/
Dat1700.c106 typedef unsigned char uchar; typedef
116 uchar tx_queue; /* Number of packet on the Tx queue. */