Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
Dadvansys.c67 typedef unsigned char uchar; typedef
126 #define ASC_SCSI_TIX_TYPE uchar
128 #define ASC_SCSI_BIT_ID_TYPE uchar
260 uchar status;
261 uchar q_no;
262 uchar cntl;
263 uchar sg_queue_cnt;
264 uchar target_id;
265 uchar target_lun;
269 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 …]
/Linux-v4.19/include/xen/arm/
Dinterface.h49 __DEFINE_GUEST_HANDLE(uchar, unsigned char);
/Linux-v4.19/include/xen/interface/
Dplatform.h255 GUEST_HANDLE(uchar) edid;
315 GUEST_HANDLE(uchar) cpumap_bitmap;
/Linux-v4.19/arch/x86/include/asm/xen/
Dinterface.h87 __DEFINE_GUEST_HANDLE(uchar, unsigned char);