• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:UCHAR

39 #define	UCHAR		unsigned char
57 ((UCHAR *)up)[0] = (((ULONG)(p)) >> 8); \
58 ((UCHAR *)up)[1] = ((ULONG)(p));
61 ( (((long)*(((UCHAR *)up))) << 16) \
62 + (((long)(((UCHAR *)up)[1])) << 8) \
63 + ((long)(((UCHAR *)up)[2])) )
66 ((UCHAR *)up)[0] = ((long)(p)) >> 24; \
67 ((UCHAR *)up)[1] = ((long)(p)) >> 16; \
68 ((UCHAR *)up)[2] = ((long)(p)) >> 8; \
69 ((UCHAR *)up)[3] = ((long)(p));
72 ( (((long)(((UCHAR *)up)[0])) << 24) \
73 + (((long)(((UCHAR *)up)[1])) << 16) \
74 + (((long)(((UCHAR *)up)[2])) << 8) \
75 + ((long)(((UCHAR *)up)[3])) )
193 UCHAR ide[9];
197 UCHAR sectors;
198 UCHAR lba[4];
199 UCHAR cmd;
200 UCHAR spigot;
217 UCHAR DeviceType :5;
218 UCHAR DeviceTypeQualifier :3;
219 UCHAR DeviceTypeModifier :7;
220 UCHAR RemovableMedia :1;
221 UCHAR Versions;
222 UCHAR ResponseDataFormat;
223 UCHAR AdditionalLength;
224 UCHAR Reserved[2];
225 UCHAR SoftReset :1;
226 UCHAR CommandQueue :1;
227 UCHAR Reserved2 :1;
228 UCHAR LinkedCommands :1;
229 UCHAR Synchronous :1;
230 UCHAR Wide16Bit :1;
231 UCHAR Wide32Bit :1;
232 UCHAR RelativeAddressing :1;
233 UCHAR VendorId[8];
234 UCHAR ProductId[16];
235 UCHAR ProductRevisionLevel[4];
236 UCHAR VendorSpecific[20];
237 UCHAR Reserved3[40];
258 UCHAR MaximumBlockTransfer; // 5E
259 UCHAR VendorUnique2; // 5F
263 UCHAR VendorUnique3; // 66
264 UCHAR PioCycleTimingMode; // 67
265 UCHAR VendorUnique4; // 68
266 UCHAR DmaCycleTimingMode; // 69
292 UCHAR MaximumBlockTransfer; // 5E
293 UCHAR VendorUnique2; // 5F
297 UCHAR VendorUnique3; // 66
298 UCHAR PioCycleTimingMode; // 67
299 UCHAR VendorUnique4; // 68
300 UCHAR DmaCycleTimingMode; // 69