Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/ia64/lib/
Ddo_csum.S130 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
222 mov result2[0]=r0
228 (ELD_1) cmp.ltu pC2[0],p0=result2[LOAD_LATENCY],word2[LOAD_LATENCY+1]
231 (ELD) add result2[LOAD_LATENCY-1]=result2[LOAD_LATENCY],word2[LOAD_LATENCY]
242 add result2[LOAD_LATENCY+1]=result2[LOAD_LATENCY+1],carry2
245 cmp.ltu p7,p0=result2[LOAD_LATENCY+1],carry2
248 (p7) adds result2[LOAD_LATENCY+1]=1,result2[LOAD_LATENCY+1]
250 add result1[0]=result1[LOAD_LATENCY+1],result2[LOAD_LATENCY+1]
252 cmp.ltu p6,p0=result1[0],result2[LOAD_LATENCY+1]
/linux-4.1.27/drivers/usb/storage/
Dtransport.c1290 int result2; in usb_stor_reset_common() local
1319 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
1323 result = result2; in usb_stor_reset_common()
Dsddr09.c948 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba()
949 if (result2) in sddr09_write_lba()
958 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
/linux-4.1.27/drivers/staging/wlan-ng/
Dhfa384x_usb.c2538 int result, result1, result2; in hfa384x_drvr_start() local
2591 result2 = result; in hfa384x_drvr_start()
2593 if (result2 != 0) { in hfa384x_drvr_start()
2596 result1, result2); in hfa384x_drvr_start()
2604 } else if (result2 != 0) { in hfa384x_drvr_start()
2606 result2); in hfa384x_drvr_start()
/linux-4.1.27/drivers/platform/x86/
Dtoshiba_acpi.c1247 u32 result1, result2; in bt_rfkill_set_block() local
1266 result2 = hci_write2(dev, HCI_WIRELESS, value, HCI_WIRELESS_BT_ATTACH); in bt_rfkill_set_block()
1268 if (result1 != TOS_SUCCESS || result2 != TOS_SUCCESS) in bt_rfkill_set_block()
/linux-4.1.27/drivers/scsi/
Dst.c1288 int result = 0, result2; in st_flush() local
1305 (result2 = switch_partition(STp)) < 0) { in st_flush()
1308 result = result2; in st_flush()
1392 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush()
1394 result = result2; in st_flush()
Dosst.c4824 int result = 0, result2; in os_scsi_tape_flush() local
4886 result2 = osst_position_tape_and_confirm(STp, &SRpnt, STp->first_data_ppos); in os_scsi_tape_flush()
4888 if (result == 0 && result2 < 0) in os_scsi_tape_flush()
4889 result = result2; in os_scsi_tape_flush()