Searched refs:uchar (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | wd33c93.h | 32 #define uchar unsigned char macro 208 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 dm [all...] |
H A D | advansys.c | 63 typedef unsigned char uchar; typedef 122 #define ASC_SCSI_TIX_TYPE uchar 124 #define ASC_SCSI_BIT_ID_TYPE uchar 256 uchar status; 257 uchar q_no; 258 uchar cntl; 259 uchar sg_queue_cnt; 260 uchar target_id; 261 uchar target_lun; 265 uchar sense_le [all...] |
H A D | wd33c93.c | 166 static inline uchar 167 read_wd33c93(const wd33c93_regs regs, uchar reg_num) in read_wd33c93() 169 uchar data; in read_wd33c93() 188 static inline uchar 195 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 uchar 225 read_wd33c93(const wd33c93_regs regs, uchar reg_num) in read_wd33c93() 246 static inline uchar [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | wd33c93.h | 32 #define uchar unsigned char macro 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 dm [all...] |
H A D | advansys.c | 63 typedef unsigned char uchar; typedef 114 #define ASC_SCSI_TIX_TYPE uchar 116 #define ASC_SCSI_BIT_ID_TYPE uchar 247 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_le [all...] |
H A D | wd33c93.c | 165 static inline uchar 166 read_wd33c93(const wd33c93_regs regs, uchar reg_num) in read_wd33c93() 187 static inline uchar 194 write_wd33c93(const wd33c93_regs regs, uchar reg_num, uchar value) in write_wd33c93() 214 write_wd33c93_cmd(const wd33c93_regs regs, uchar cmd) in write_wd33c93_cmd() 223 write_wd33c93_cdb(const wd33c93_regs regs, uint len, uchar cmnd[]) in write_wd33c93_cdb() 232 static inline uchar 235 uchar asr; in read_1_byte() 236 uchar in read_1_byte() [all...] |
/kernel/linux/linux-5.10/include/xen/arm/ |
H A D | interface.h | 49 __DEFINE_GUEST_HANDLE(uchar, unsigned char);
|
/kernel/linux/linux-6.6/include/xen/arm/ |
H A D | interface.h | 49 __DEFINE_GUEST_HANDLE(uchar, unsigned char);
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | platform.h | 255 GUEST_HANDLE(uchar) edid; 315 GUEST_HANDLE(uchar) cpumap_bitmap;
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | platform.h | 238 GUEST_HANDLE(uchar) edid; 298 GUEST_HANDLE(uchar) cpumap_bitmap;
|
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/ |
H A D | interface.h | 87 __DEFINE_GUEST_HANDLE(uchar, unsigned char);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/ |
H A D | interface.h | 87 __DEFINE_GUEST_HANDLE(uchar, unsigned char);
|
Completed in 24 milliseconds