tag | line | file | source code |
script | 595 | drivers/scsi/53c7,8xx.c | hostdata->sync[i].script[0] = (DCMD_TYPE_TCI|DCMD_TCI_OP_RETURN) << 24 | |
script | 824 | drivers/scsi/53c7,8xx.c | (hostdata->script + hostdata->script_count); |
script | 1055 | drivers/scsi/53c7,8xx.c | memcpy ((void *) hostdata->script, (void *) SCRIPT, |
script | 1059 | drivers/scsi/53c7,8xx.c | hostdata->script[LABELPATCHES[i]] += |
script | 1060 | drivers/scsi/53c7,8xx.c | virt_to_bus(hostdata->script); |
script | 1063 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, NCR53c7xx_msg_abort, |
script | 1065 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, NCR53c7xx_msg_reject, |
script | 1067 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, NCR53c7xx_zero, |
script | 1069 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, NCR53c7xx_sink, |
script | 1074 | drivers/scsi/53c7,8xx.c | hostdata->script[EXTERNAL_PATCHES[i].offset] += |
script | 1105 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, addr_scratch, base + SCRATCHA_REG_800); |
script | 1106 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, addr_sfbr, base + SFBR_REG); |
script | 1107 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, addr_temp, base + TEMP_REG); |
script | 1118 | drivers/scsi/53c7,8xx.c | patch_abs_rwri_data (hostdata->script, 0, dmode_memory_to_memory, tmp); |
script | 1119 | drivers/scsi/53c7,8xx.c | patch_abs_rwri_data (hostdata->script, 0, dmode_memory_to_ncr, memory_to_ncr); |
script | 1120 | drivers/scsi/53c7,8xx.c | patch_abs_rwri_data (hostdata->script, 0, dmode_ncr_to_memory, ncr_to_memory); |
script | 1121 | drivers/scsi/53c7,8xx.c | patch_abs_rwri_data (hostdata->script, 0, dmode_ncr_to_ncr, ncr_to_ncr); |
script | 1123 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, issue_dsa_head, |
script | 1125 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, msg_buf, |
script | 1127 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, reconnect_dsa_head, |
script | 1129 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, reselected_identify, |
script | 1131 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, reselected_tag, |
script | 1134 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, test_dest, |
script | 1136 | drivers/scsi/53c7,8xx.c | patch_abs_32 (hostdata->script, 0, test_src, virt_to_bus(&hostdata->test_source)); |
script | 1192 | drivers/scsi/53c7,8xx.c | hostdata->script); |
script | 1247 | drivers/scsi/53c7,8xx.c | start = virt_to_bus(hostdata->script) + hostdata->E_test_1; |
script | 1287 | drivers/scsi/53c7,8xx.c | hostdata->script, start); |
script | 1338 | drivers/scsi/53c7,8xx.c | start = virt_to_bus(hostdata->script) + hostdata->E_test_2; |
script | 1403 | drivers/scsi/53c7,8xx.c | memcpy (cmd->dsa, hostdata->script + (hostdata->E_dsa_code_template / 4), |
script | 1618 | drivers/scsi/53c7,8xx.c | u32 *script; |
script | 1647 | drivers/scsi/53c7,8xx.c | script = (u32*) hostdata->sync[target].script; |
script | 1651 | drivers/scsi/53c7,8xx.c | script[0] = ((DCMD_TYPE_RWRI | DCMD_RWRI_OPC_MODIFY | |
script | 1654 | drivers/scsi/53c7,8xx.c | script[1] = 0; |
script | 1655 | drivers/scsi/53c7,8xx.c | script += 2; |
script | 1658 | drivers/scsi/53c7,8xx.c | script[0] = ((DCMD_TYPE_RWRI | DCMD_RWRI_OPC_MODIFY | |
script | 1661 | drivers/scsi/53c7,8xx.c | script[1] = 0; |
script | 1662 | drivers/scsi/53c7,8xx.c | script += 2; |
script | 1664 | drivers/scsi/53c7,8xx.c | script[0] = ((DCMD_TYPE_TCI|DCMD_TCI_OP_RETURN) << 24) | DBC_TCI_TRUE; |
script | 1665 | drivers/scsi/53c7,8xx.c | script[1] = 0; |
script | 1666 | drivers/scsi/53c7,8xx.c | script += 2; |
script | 1710 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_accept_message / |
script | 1717 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_reject_message / |
script | 1739 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_accept_message / |
script | 1755 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + |
script | 1778 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_reject_message / |
script | 1789 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_target_abort / |
script | 1796 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_initiator_abort / |
script | 1881 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_select / |
script | 1888 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_schedule / |
script | 2543 | drivers/scsi/53c7,8xx.c | virt_to_bus(cmd_dataout) : virt_to_bus(hostdata->script) + hostdata->E_other_transfer); |
script | 2545 | drivers/scsi/53c7,8xx.c | virt_to_bus(cmd_datain) : virt_to_bus(hostdata->script) + hostdata->E_other_transfer); |
script | 2610 | drivers/scsi/53c7,8xx.c | cmd_datain[3] = virt_to_bus(hostdata->script) + |
script | 2624 | drivers/scsi/53c7,8xx.c | cmd_dataout[3] = virt_to_bus(hostdata->script) + |
script | 2642 | drivers/scsi/53c7,8xx.c | cmd_datain[1] = virt_to_bus(hostdata->script) + |
script | 2661 | drivers/scsi/53c7,8xx.c | cmd_dataout[1] = virt_to_bus(hostdata->script) + |
script | 2802 | drivers/scsi/53c7,8xx.c | NCR53c7x0_write32 (DSP_REG, virt_to_bus(hostdata->script) + |
script | 2953 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_schedule / |
script | 2970 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_initiator_abort / |
script | 2980 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_initiator_abort / |
script | 3312 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_initiator_abort / |
script | 3429 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_command_complete / |
script | 3450 | drivers/scsi/53c7,8xx.c | hostdata->dsp = hostdata->script + hostdata->E_msg_in / |
script | 3602 | drivers/scsi/53c7,8xx.c | if (((dsp >= (hostdata->script + hostdata->E_select / sizeof(u32))) && |
script | 3603 | drivers/scsi/53c7,8xx.c | (dsp <= (hostdata->script + hostdata->E_select_msgout / |
script | 944 | drivers/scsi/53c7,8xx.h | u32 script[6]; /* Size ?? Script used when target is |
script | 1302 | drivers/scsi/53c7,8xx.h | u32 script[0]; /* Relocated SCSI script */ |
script | 1358 | drivers/scsi/53c7,8xx.h | #define patch_abs_32(script, offset, symbol, value) \ |
script | 1361 | drivers/scsi/53c7,8xx.h | (script)[A_##symbol##_used[i] - (offset)] += (value); \ |
script | 1365 | drivers/scsi/53c7,8xx.h | (int)(offset), #script, (script)[A_##symbol##_used[i] - \ |
script | 1369 | drivers/scsi/53c7,8xx.h | #define patch_abs_rwri_data(script, offset, symbol, value) \ |
script | 1372 | drivers/scsi/53c7,8xx.h | (script)[A_##symbol##_used[i] - (offset)] = \ |
script | 1373 | drivers/scsi/53c7,8xx.h | ((script)[A_##symbol##_used[i] - (offset)] & \ |