Searched defs:byte0 (Results 1 - 4 of 4) sorted by relevance

/drivers/input/mouse/
H A Dalps.h24 unsigned char byte0, mask0; member in struct:alps_model_info
/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_rtl8256.c266 u8 byte0, byte1, byte2, byte3; local
278 byte0 = (u8)(writeVal & 0x7f);
282 if (byte0 > 0x24)
283 byte0 = 0x24;
293 (byte1 << 8) | byte0;
301 (byte1 << 8) | byte0;
/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;
/drivers/atm/
H A Dnicstar.c2821 short byte1, byte0; local
2829 if ((byte0 = hex_to_bin(mac[j++])) < 0)
2831 esi[i] = (unsigned char)(byte1 * 16 + byte0);

Completed in 218 milliseconds