Searched refs:byte0 (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dpartition.h19 unsigned char byte0; member in struct:hsc
40 #define boot_ind start.byte0
41 #define sys_ind end.byte0
H A Dfat.c287 int byte0 = readByte(Stream, start); local
290 if (num < 2 || byte0 < 0 || byte1 < 0 || num > Stream->num_clus+1) {
296 return (byte1 << 4) | ((byte0 & 0xf0)>>4);
298 return ((byte1 & 0xf) << 8) | byte0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dalps.h17 unsigned char byte0, mask0; member in struct:alps_model_info
H A Dalps.c112 return (data & model->mask0) == model->byte0;
394 dbg("refusing packet[0] = %x (mask0 = %x, byte0 = %x)\n",
395 psmouse->packet[0], model->mask0, model->byte0);
577 if (poll_failed || (buf[0] & priv->i->mask0) != priv->i->byte0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_sw_spu_defs.h135 unsigned int byte0 : 8; member in struct:__anon8562
145 unsigned int byte0 : 8; member in struct:__anon8563
155 unsigned int byte0 : 1; member in struct:__anon8564
166 unsigned int byte0 : 1; member in struct:__anon8565
181 unsigned int byte0 : 8; member in struct:__anon8566
191 unsigned int byte0 : 8; member in struct:__anon8567
201 unsigned int byte0 : 1; member in struct:__anon8568
212 unsigned int byte0 : 1; member in struct:__anon8569
259 unsigned int byte0 : 8; member in struct:__anon8574
277 unsigned int byte0 member in struct:__anon8576
295 unsigned int byte0 : 8; member in struct:__anon8578
313 unsigned int byte0 : 8; member in struct:__anon8580
[all...]
H A Diop_sw_cpu_defs.h135 unsigned int byte0 : 8; member in struct:__anon8495
145 unsigned int byte0 : 8; member in struct:__anon8496
155 unsigned int byte0 : 1; member in struct:__anon8497
166 unsigned int byte0 : 1; member in struct:__anon8498
181 unsigned int byte0 : 8; member in struct:__anon8499
191 unsigned int byte0 : 8; member in struct:__anon8500
201 unsigned int byte0 : 1; member in struct:__anon8501
212 unsigned int byte0 : 1; member in struct:__anon8502
H A Diop_sw_mpu_defs.h143 unsigned int byte0 : 8; member in struct:__anon8528
153 unsigned int byte0 : 8; member in struct:__anon8529
163 unsigned int byte0 : 1; member in struct:__anon8530
174 unsigned int byte0 : 1; member in struct:__anon8531
189 unsigned int byte0 : 8; member in struct:__anon8532
199 unsigned int byte0 : 8; member in struct:__anon8533
209 unsigned int byte0 : 1; member in struct:__anon8534
220 unsigned int byte0 : 1; member in struct:__anon8535
H A Diop_sw_cfg_defs.h361 unsigned int byte0 : 8; member in struct:__anon8465
371 unsigned int byte0 : 1; member in struct:__anon8466
382 unsigned int byte0 : 8; member in struct:__anon8467
392 unsigned int byte0 : 1; member in struct:__anon8468
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8190_rtl8256.c268 u8 byte0, byte1, byte2, byte3; local
278 byte0 = (u8)(writeVal & 0x7f);
282 if(byte0 > 0x24) // Max power index = 0x24
283 byte0 = 0x24;
294 writeVal_tmp = (byte3<<24) | (byte2<<16) |(byte1<<8) |byte0;
305 writeVal = (byte3<<24) | (byte2<<16) |(byte1<<8) |byte0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/
H A Diop_sw_spu_defs.h133 unsigned int byte0 : 8; member in struct:__anon8884
143 unsigned int byte0 : 8; member in struct:__anon8885
153 unsigned int byte0 : 1; member in struct:__anon8886
164 unsigned int byte0 : 1; member in struct:__anon8887
211 unsigned int byte0 : 8; member in struct:__anon8892
229 unsigned int byte0 : 8; member in struct:__anon8894
H A Diop_sw_cpu_defs.h141 unsigned int byte0 : 8; member in struct:__anon8833
151 unsigned int byte0 : 8; member in struct:__anon8834
161 unsigned int byte0 : 1; member in struct:__anon8835
172 unsigned int byte0 : 1; member in struct:__anon8836
H A Diop_sw_mpu_defs.h145 unsigned int byte0 : 8; member in struct:__anon8854
155 unsigned int byte0 : 8; member in struct:__anon8855
165 unsigned int byte0 : 1; member in struct:__anon8856
176 unsigned int byte0 : 1; member in struct:__anon8857
H A Diop_sw_cfg_defs.h262 unsigned int byte0 : 8; member in struct:__anon8809
272 unsigned int byte0 : 1; member in struct:__anon8810
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8190_rtl8256.c240 u8 byte0, byte1; local
254 byte0 = (u8)(TxAGC & 0xff);
256 if(byte0 > 0x24)
257 byte0 = 0x24;
264 if( (byte0 + (u8)priv->RF_C_TxPwDiff) > 0x24)
265 byte0 = 0x24 - priv->RF_C_TxPwDiff;
270 TxAGC = (byte1<<8) |byte0;
369 u8 byte0, byte1, byte2, byte3; local
379 byte0 = (u8)(writeVal & 0x7f);
383 if(byte0 >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/powertv/asic/
H A Dasic_devices.c50 #define BOOTLDRFAMILY(byte1, byte0) (((byte1) << 8) | (byte0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dnicstar.c2788 short byte1, byte0; local
2796 if ((byte0 = hex_to_bin(mac[j++])) < 0)
2798 esi[i] = (unsigned char)(byte1 * 16 + byte0);

Completed in 313 milliseconds