Searched refs:DWORD (Results 1 – 11 of 11) sorted by relevance
100 DWORD reserved;166 DWORD Len;170 DWORD Len;171 DWORD Ext;218 DWORD TransportRequest;219 DWORD Reserved;220 DWORD CoalIntDelay;221 DWORD CoalIntCount;226 DWORD SpecValence;230 DWORD TransportSupport;[all …]
46 #define DWORD __u32 macro76 DWORD TargetId:24;77 DWORD Bus:6;78 DWORD Mode:2;83 DWORD VolId:30;84 DWORD Mode:2;110 DWORD ErrorInfo;116 DWORD offense_value;123 DWORD ResidualCnt;
52 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */53 DWORD buf_size; /* size in bytes of the buf */
79 ** FirmwareVersion DWORD <== Added for checking of273 ** DWORD grsCapacity;274 ** DWORD grsCapacityX;275 ** DWORD grsFailMask;286 ** DWORD grsRawStripes[8];287 ** DWORD grsRes4;288 ** DWORD grsRes5; // Total to 128 bytes289 ** DWORD grsRes6; // Total to 128 bytes298 ** DWORD gvsCapacity;299 ** DWORD gvsCapacityX;[all …]
169 named LOAD and STORE that allow to move up to 1 DWORD from/to an IO register
197 named LOAD and STORE that allow to move up to 1 DWORD from/to an IO register
21 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */22 DWORD buf_size; /* size in bytes of the buf */
143 #define HIWORD(l) ((WORD)((((DWORD)(l)) >> 16) & 0xFFFF))144 #define LOWORD(l) ((WORD)(DWORD)(l))147 #define MAKELONG(low,hi) ((long)(((WORD)(low))|(((DWORD)((WORD)(hi)))<<16)))183 typedef u32 DWORD; typedef
111 writew(PCTODSP_BASED((DWORD)(DAP_BUFF_SIZE * n)), lpDAQ + DAQDS_wStart); in reset_play_queue()140 writew(PCTODSP_BASED((DWORD)(DAR_BUFF_SIZE * n)) + 0x4000, lpDAQ + DAQDS_wStart); in reset_record_queue()
33 rate; you get an interrupt when a full DWORD is received.