Lines Matching refs:dsp
1985 u32 *dsp; in intr_break() local
1998 dsp = (u32 *) bus_to_virt(NCR53c7x0_read32(DSP_REG)); in intr_break()
1999 for (bp = hostdata->breakpoints; bp && bp->address != dsp; in intr_break()
2003 host->host_no, dsp); in intr_break()
2264 u32 dsps,*dsp; /* Argument of the INT instruction */ in NCR53c7x0_dstat_sir_intr() local
2268 dsp = (u32 *) bus_to_virt(NCR53c7x0_read32(DSP_REG)); in NCR53c7x0_dstat_sir_intr()
2292 hostdata->dsp = hostdata->script + hostdata->E_accept_message / in NCR53c7x0_dstat_sir_intr()
2307 hostdata->dsp = hostdata->script + hostdata->E_reject_message / in NCR53c7x0_dstat_sir_intr()
2314 hostdata->dsp = hostdata->script + hostdata->E_reject_message / in NCR53c7x0_dstat_sir_intr()
2360 hostdata->dsp = hostdata->script + hostdata->E_accept_message / in NCR53c7x0_dstat_sir_intr()
2376 hostdata->dsp = hostdata->script + in NCR53c7x0_dstat_sir_intr()
2385 hostdata->dsp = hostdata->script + hostdata->E_reject_message / in NCR53c7x0_dstat_sir_intr()
2400 hostdata->dsp = hostdata->script + hostdata->E_target_abort / in NCR53c7x0_dstat_sir_intr()
2412 hostdata->dsp = hostdata->script + hostdata->E_initiator_abort / in NCR53c7x0_dstat_sir_intr()
2504 hostdata->dsp = (u32 *) hostdata->script + hostdata->E_select / in NCR53c7x0_dstat_sir_intr()
2511 hostdata->dsp = (u32 *) hostdata->schedule; in NCR53c7x0_dstat_sir_intr()
2788 print_insn (host, dsp, "", 1); in NCR53c7x0_dstat_sir_intr()
2789 size = print_insn (host, (u32 *) bus_to_virt(dsp[1]), "", 1); in NCR53c7x0_dstat_sir_intr()
2790 print_insn (host, (u32 *) bus_to_virt(dsp[1]) + size, "", 1); in NCR53c7x0_dstat_sir_intr()
2813 where = dsp - NCR53c7x0_insn_size(NCR53c7x0_read8 in NCR53c7x0_dstat_sir_intr()
3998 hostdata->dsp = (u32 *) hostdata->schedule; in intr_scsi()
4014 hostdata->dsp = hostdata->script + hostdata->E_initiator_abort / in intr_scsi()
4042 hostdata->dsp = hostdata->script + hostdata->E_initiator_abort / in intr_scsi()
4345 hostdata->dsp = (u32 *)bus_to_virt(NCR53c7x0_read32(DSP_REG)); in NCR53c7x0_intr()
4348 host->host_no, virt_to_bus(hostdata->dsp), hostdata->dsp); in NCR53c7x0_intr()
4352 NCR53c7x0_write32 (DSP_REG, virt_to_bus(hostdata->dsp)); in NCR53c7x0_intr()
4355 log_insn (hostdata->dsp); in NCR53c7x0_intr()
4357 print_insn (host, hostdata->dsp, "t ", 1); in NCR53c7x0_intr()
4432 hostdata->dsp = hostdata->script + hostdata->E_initiator_abort / in abort_connected()
4559 u32 dbc_dcmd, *dsp, *dsp_next; local
4587 dsp = dsp_next - NCR53c7x0_insn_size(dcmd);
4618 } else if (((dsp >= cmd->data_transfer_start &&
4619 dsp < cmd->data_transfer_end)) || dsp == (cmd->residual + 2)) {
4634 if (dsp != cmd->residual + 2) {
4655 if (dsp != cmd->residual + 2) {
4665 hostdata->dsp = cmd->residual;
4672 } else if (dsp == (hostdata->script + hostdata->E_select_msgout / 4 + 2)) {
4685 hostdata->dsp = dsp + 2 /* two _words_ */;
4693 hostdata->dsp = hostdata->script + hostdata->E_msg_in /
4707 } else if (dsp == hostdata->script + hostdata->E_cmdout_cmdout / sizeof
4709 hostdata->dsp = hostdata->script + hostdata->E_data_transfer /
4715 } else if (dsp == hostdata->script + hostdata->E_reply_message) {
4752 printk("scsi%d: new dsp 0x%p\n", host->host_no, hostdata->dsp);
4753 print_insn (host, hostdata->dsp, "", 1);
4771 u32 *dsp, local
4784 dsp = next_dsp - NCR53c7x0_insn_size ((dbc_dcmd >> 24) & 0xff);
4851 u32 *dsp, local
4871 dsp = next_dsp - NCR53c7x0_insn_size ((dbc_dcmd >> 24) & 0xff);
4896 print_insn (host, dsp, KERN_ALERT "s ", 1);
4910 print_insn (host, dsp, "s ", 0);
4921 print_insn (host, dsp, KERN_ALERT "", 1);
4950 if (((dsp >= (hostdata->script + hostdata->E_select / sizeof(u32))) &&
4951 (dsp <= (hostdata->script + hostdata->E_select_msgout /
5028 print_insn (host, dsp, KERN_ALERT "", 1);
5037 print_insn (host, dsp, KERN_ALERT "", 1);
5683 u32 *dsp_next, *dsp, *dsa, dbc_dcmd; local
5691 dsp = dsp_next - NCR53c7x0_insn_size(dcmd);
5725 virt_to_bus(dsp), dsp);
5726 for (i = 6; i > 0; --i, dsp += size)
5727 size = print_insn (host, dsp, "", 1);