Searched refs:byte3 (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind_decoder.c142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
145 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++;
151 ytreg = byte3;
153 if ((byte2 & 0x80) == 0 && byte3 == 0)
242 unw_word grmask, frmask, byte1, byte2, byte3; local
244 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++;
246 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dqtronix.c190 u_int8_t byte3, u_int8_t byte4, u_int8_t byte5)
194 CheckSum = (byte1 & 0x0F) + byte2 + byte3 + byte4 + byte5;
189 CheckSumOk(u_int8_t byte1, u_int8_t byte2, u_int8_t byte3, u_int8_t byte4, u_int8_t byte5) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D3w-xxxx.c333 command_packet->byte3.unit = 0;
334 command_packet->byte3.host_id = 0;
485 command_packet->byte3.unit = 0;
486 command_packet->byte3.host_id = 0;
725 printk(KERN_WARNING "3w-xxxx: scsi%d: Command failed: status = 0x%x, flags = 0x%x, unit #%d.\n", tw_dev->host->host_no, command->status, command->flags, command->byte3.unit);
1119 command_packet->byte3.unit = 0x0;
1120 command_packet->byte3.host_id = 0x0;
1218 command_packet->byte3.unit = 0;
1219 command_packet->byte3.host_id = 0;
1310 command_packet->byte3
[all...]
H A D3w-xxxx.h273 } byte3; member in struct:TW_Command
369 } byte3; member in struct:TAG_TW_Passthru
H A Dadvansys.c399 #define ASC_INQ_RESPONSE_FMT(inq) ((inq)->byte3 & 0x0f)
400 #define ASC_INQ_TERM_IO(inq) ((inq)->byte3 & 0x40)
401 #define ASC_INQ_ASYNC_NOTIF(inq) ((inq)->byte3 & 0x80)
417 uchar byte3; member in struct:__anon2205
2778 #define ADV_INQ_RESPONSE_FMT(inq) ((inq)->byte3 & 0x0f)
2779 #define ADV_INQ_TERM_IO(inq) ((inq)->byte3 & 0x40)
2780 #define ADV_INQ_ASYNC_NOTIF(inq) ((inq)->byte3 & 0x80)
2800 uchar byte3; /* response data format [0:3] */ member in struct:__anon2211
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_edgeport.c467 static void process_rcvd_status (struct edgeport_serial *edge_serial, __u8 byte2, __u8 byte3);
2121 static void process_rcvd_status (struct edgeport_serial *edge_serial, __u8 byte2, __u8 byte3) argument
2144 dbg("%s - Port %u EXT CHASE_RSP Data = %02x", __FUNCTION__, edge_serial->rxPort, byte3 );
2155 dbg("%s ========== Port %u CHECK_RSP Sequence = %02x =============\n", __FUNCTION__, edge_serial->rxPort, byte3 );
2162 edge_port->txCredits = GET_TX_BUFFER_SIZE(byte3);
2193 dbg("%s - Port %u LSR Status = %02x, Data = %02x", __FUNCTION__, edge_serial->rxPort, byte2, byte3);
2195 // byte3 is broken data byte
2196 handle_new_lsr (edge_port, TRUE, byte2, byte3);
2200 // dbg("%s - Port %u LSR Status = %02x Data = %02x", __FUNCTION__, edge_serial->rxPort, byte2, byte3);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dibmcam.c349 unsigned long byte3, byte4; local
351 byte3 = RING_QUEUE_PEEK(&uvd->dp, 2);
353 frame->header = (byte3 << 8) | byte4;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn2/
H A Dshub_mmr_t.h13177 mmr_t byte3 : 8; member in struct:sh_xnpi_ecc_inj_reg_u::__anon9398
13194 mmr_t byte3 : 8; member in struct:sh_xnpi_ecc_inj_reg_u::__anon9399
13323 mmr_t byte3 : 8; member in struct:sh_xnmd_ecc_inj_reg_u::__anon9408
13340 mmr_t byte3 : 8; member in struct:sh_xnmd_ecc_inj_reg_u::__anon9409
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn2/
H A Dshub_mmr_t.h13177 mmr_t byte3 : 8; member in struct:sh_xnpi_ecc_inj_reg_u::__anon4982
13194 mmr_t byte3 : 8; member in struct:sh_xnpi_ecc_inj_reg_u::__anon4983
13323 mmr_t byte3 : 8; member in struct:sh_xnmd_ecc_inj_reg_u::__anon4992
13340 mmr_t byte3 : 8; member in struct:sh_xnmd_ecc_inj_reg_u::__anon4993

Completed in 579 milliseconds