Searched refs:WORD (Results 1 - 25 of 209) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Drxtx.h44 WORD wFrameControl;
45 WORD wDurationID;
54 WORD wFrameControl;
55 WORD wDurationID;
57 WORD wReserved;
73 WORD wRTSTxRrvTime_ba;
74 WORD wRTSTxRrvTime_aa;
75 WORD wRTSTxRrvTime_bb;
76 WORD wReserved2;
77 WORD wTxRrvTime_
[all...]
H A Dusbpipe.h47 WORD wValue,
48 WORD wIndex,
49 WORD wLength,
56 WORD wValue,
57 WORD wIndex,
58 WORD wLength,
65 WORD wValue,
66 WORD wIndex,
67 WORD wLength,
H A Dtmacro.h40 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF))
44 #define LOWORD(d) ((WORD)(d))
47 #define HIWORD(d) ((WORD)((((DWORD)(d)) >> 16) & 0xFFFF))
54 #define MAKEWORD(lb, hb) ((WORD)(((BYTE)(lb)) | (((WORD)((BYTE)(hb))) << 8)))
57 #define MAKEDWORD(lw, hw) ((DWORD)(((WORD)(lw)) | (((DWORD)((WORD)(hw))) << 16)))
H A Ddesc.h158 WORD wRTSTxRrvTime_ba;
159 WORD wRTSTxRrvTime_aa;
160 WORD wRTSTxRrvTime_bb;
161 WORD wReserved;
162 WORD wTxRrvTime_b;
163 WORD wTxRrvTime_a;
170 WORD wCTSTxRrvTime_ba;
171 WORD wReserved;
172 WORD wTxRrvTime_b;
173 WORD wTxRrvTime_
[all...]
H A Daes_ccmp.h44 BOOL AESbGenCCMP(PBYTE pbyRxKey, PBYTE pbyFrame, WORD wFrameSize);
H A Dint.h41 WORD wTime0;
44 WORD wTime1;
47 WORD wTime2;
50 WORD wTime3;
H A Dtkip.h52 WORD wTSC15_0,
H A D80211hdr.h160 #define WLAN_GET_FC_PRVER(n) ((((WORD)(n) >> 8) & (BIT0 | BIT1))
161 #define WLAN_GET_FC_FTYPE(n) ((((WORD)(n) >> 8) & (BIT2 | BIT3)) >> 2)
162 #define WLAN_GET_FC_FSTYPE(n) ((((WORD)(n) >> 8) \
164 #define WLAN_GET_FC_TODS(n) ((((WORD)(n) << 8) & (BIT8)) >> 8)
165 #define WLAN_GET_FC_FROMDS(n) ((((WORD)(n) << 8) & (BIT9)) >> 9)
166 #define WLAN_GET_FC_MOREFRAG(n) ((((WORD)(n) << 8) & (BIT10)) >> 10)
167 #define WLAN_GET_FC_RETRY(n) ((((WORD)(n) << 8) & (BIT11)) >> 11)
168 #define WLAN_GET_FC_PWRMGT(n) ((((WORD)(n) << 8) & (BIT12)) >> 12)
169 #define WLAN_GET_FC_MOREDATA(n) ((((WORD)(n) << 8) & (BIT13)) >> 13)
170 #define WLAN_GET_FC_ISWEP(n) ((((WORD)(
[all...]
H A Dttype.h46 typedef unsigned short WORD; // 16-bit typedef
70 typedef WORD * PWORD;
H A Dbssdb.h91 WORD wRSNCap;
105 WORD wBeaconInterval;
106 WORD wCapInfo;
110 // WORD wATIMWindow;
122 WORD wPKCount;
124 WORD wAuthCount;
132 WORD wCSSPKCount;
134 WORD wAKMSSAuthCount;
140 WORD wWPALen;
141 WORD wRSNLe
[all...]
H A Dsrom.h89 BYTE abyPAR[6]; // 0x00 (WORD)
91 WORD wSUB_VID; // 0x03 (WORD)
92 WORD wSUB_SID;
94 BYTE byBCFG0; // 0x05 (WORD)
97 BYTE byFCR0; // 0x06 (WORD)
99 BYTE byPMC0; // 0x07 (WORD)
101 BYTE byMAXLAT; // 0x08 (WORD)
103 BYTE byCFG0; // 0x09 (WORD)
105 WORD wCISPT
[all...]
H A Dcard.h68 BOOL CARDbAddBasicRate(void *pDeviceHandler, WORD wRateIdx);
74 void CARDvSetFirstNextTBTT(void *pDeviceHandler, WORD wBeaconInterval);
76 WORD wBeaconInterval);
77 QWORD CARDqGetNextTBTT(QWORD qwTSF, WORD wBeaconInterval);
H A Dpower.h56 void PSvEnablePowerSaving(void *hDeviceContext, WORD wListenInterval);
H A Drndis.h106 WORD wKCTL;
150 WORD wRSPINF_a[9];
155 #define EXCH_WORD(w) ((WORD)((WORD)(w)<<8) | (WORD)((WORD)(w)>>8))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpktdrvr.h52 WORD type; /* = 13 for 3C523 */
54 WORD intr; /* user interrupt vector number */
55 WORD handle; /* Handle associated with session */
62 WORD MAClength; /* HiPerformance data, N/A */
63 WORD MTU; /* HiPerformance data, N/A */
64 WORD multicast; /* HiPerformance data, N/A */
65 WORD rcvrBuffers; /* valid for */
66 WORD UMTbufs; /* High Performance drivers only */
67 WORD postEOIintr; /* Usage ?? */
87 WORD prot
[all...]
H A Dndis2.h45 #define CALLBACK(foo) pascal WORD foo
46 #define PAS_PTR(x,arg) typedef FAR WORD pascal (*x) arg
52 #define CALLBACK(foo) WORD foo __attribute__((stdcall))
53 #define PAS_PTR(x,arg) typedef WORD (*x) arg __attribute__((stdcall))
59 #define CALLBACK(foo) WORD pascal foo
60 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg
66 #define CALLBACK(foo) WORD pascal foo
67 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg
87 PAS_PTR (ProtMan, (struct _ReqBlock FAR*, WORD));
92 PAS_PTR (SystemRequest, (DWORD, DWORD, WORD, WOR
[all...]
H A Dpktdrvr.c74 WORD r_flags;
75 WORD r_es, r_ds, r_fs, r_gs;
76 WORD r_ip, r_cs, r_sp, r_ss;
82 WORD _rxOutOfs;
83 WORD _rxInOfs;
88 WORD _dummy[2]; /* screenSeg,newInOffset */
90 WORD _fanIndex;
109 extern WORD rxOutOfs; /* offsets into pktRxBuf FIFO queue */
110 extern WORD rxInOfs;
118 #define FIRST_RX_BUF (WORD)
[all...]
H A Dndis2.c77 static WORD frameSize = 0;
78 static WORD headerSize = 0;
87 static WORD protManDS = 0;
100 WORD err_num;
269 CALLBACK (NdisSystemRequest (DWORD param1, DWORD param2, WORD param3,
270 WORD opcode, WORD targetDS))
274 volatile WORD result;
319 CALLBACK (NdisRequestConfirm (WORD protId, WORD macI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dminfo.c43 if(WORD(ext.fat32.infoSector) == MAX16)
46 infosec = (InfoSector_t *) safe_malloc(WORD(secsiz));
48 (mt_off_t) WORD(secsiz) * WORD(ext.fat32.infoSector),
49 WORD(secsiz));
107 SET_INT(tot_sectors, WORD(psect));
108 sector_size = WORD(secsiz);
134 printf("sector size: %d bytes\n", WORD(secsiz));
136 printf("reserved (boot) sectors: %d\n", WORD(nrsvsect));
139 WORD(dirent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dpenwin.cpp34 typedef void (CALLBACK * PENREGPROC)(WORD,BOOL);
45 static void (CALLBACK * RegPenApp) (WORD, BOOL) = NULL;
98 if ( (RegPenApp = (void (CALLBACK *)(WORD, BOOL))GetProcAddress(g_hPenWin, "RegisterPenApp"))!= NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtimer.cpp54 void WINAPI wxTimerProc(HWND hwnd, WORD, int idTimer, DWORD);
95 void WINAPI wxTimerProc(HWND WXUNUSED(hwnd), WORD, int idTimer, DWORD) variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daes-parisc.pl440 .WORD 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
441 .WORD 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
442 .WORD 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
443 .WORD 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
444 .WORD 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
445 .WORD 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
446 .WORD 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
447 .WORD 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
448 .WORD 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
449 .WORD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daes-parisc.pl440 .WORD 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
441 .WORD 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
442 .WORD 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
443 .WORD 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
444 .WORD 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
445 .WORD 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
446 .WORD 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
447 .WORD 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
448 .WORD 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
449 .WORD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsxwindow.h51 WORD cc_int_count; /* 0x02 Interrupt count */
52 WORD cc_revision; /* 0x04 Download code revision */
55 WORD cc_int_pending; /* 0x08 Interrupt pending */
56 WORD cc_poll_count; /* 0x0A Count when poll is run */
83 WORD mc_next; /* 0x00 Next module "pointer" (ORed with 0x8000) */
88 WORD mc_uart; /* 0x06 UART base address for this module */
94 WORD mc_chan_pointer[8]; /* 0x0A Define as WORD if not compiling into download */
96 WORD mc_rfu2; /* 0x1A Reserved */
154 WORD next_ite
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dwindll.h52 BOOL WINAPI CommentBoxProc(HWND hwndDlg, WORD wMessage, WPARAM wParam, LPARAM lParam);
53 BOOL PasswordProc(HWND, WORD, WPARAM, LPARAM);

Completed in 284 milliseconds

123456789