Lines Matching refs:NCB_SCRIPT_PHYS

1761 #define NCB_SCRIPT_PHYS(np,lbl)	 (np->p_script  + offsetof (struct script, lbl))  macro
4297 goalp = NCB_SCRIPT_PHYS (np, data_out2) + 8; in ncr_queue_command()
4310 goalp = NCB_SCRIPT_PHYS (np, data_in2) + 8; in ncr_queue_command()
4320 lastp = goalp = NCB_SCRIPT_PHYS (np, no_data); in ncr_queue_command()
4357 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_queue_command()
4358 cp->restart.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, resel_dsa)); in ncr_queue_command()
4460 np->scripth->tryloop [qidx] = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle)); in ncr_put_start_queue()
5100 cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_ccb_skipped()
5134 cpu_to_scr(NCB_SCRIPT_PHYS (np, done_plug)); in ncr_wakeup_done()
5137 cpu_to_scr(NCB_SCRIPT_PHYS (np, done_end)); in ncr_wakeup_done()
5234 cpu_to_scr(NCB_SCRIPT_PHYS (np, idle)); in ncr_init()
5249 cpu_to_scr(NCB_SCRIPT_PHYS (np, done_end)); in ncr_init()
5259 cpu_to_scr(NCB_SCRIPT_PHYS (np, done_plug)); in ncr_init()
5357 OUTL_DSP (NCB_SCRIPT_PHYS (np, start)); in ncr_init()
5703 cpu_to_scr(NCB_SCRIPT_PHYS(np, resel_tag)) : in ncr_setup_tags()
5704 cpu_to_scr(NCB_SCRIPT_PHYS(np, resel_notag)); in ncr_setup_tags()
6058 OUTL_DSP (NCB_SCRIPT_PHYS (np, cleanup)); in ncr_exception()
6470 OUTL_DSP (NCB_SCRIPT_PHYS (np, dispatch)); in ncr_int_ma()
6506 nxtdsp = NCB_SCRIPT_PHYS (np, dispatch); in ncr_int_ma()
6510 nxtdsp = NCB_SCRIPT_PHYS (np, dispatch); in ncr_int_ma()
6515 if (dsp == NCB_SCRIPT_PHYS (np, send_ident)) { in ncr_int_ma()
6526 nxtdsp = NCB_SCRIPT_PHYS (np, clrack); in ncr_int_ma()
6605 OUTL_DSP (NCB_SCRIPT_PHYS (np, reselect)); in ncr_sir_to_redo()
6662 cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_sir_to_redo()
6673 OUTL_DSP (NCB_SCRIPT_PHYS (np, start)); in ncr_sir_to_redo()
6713 OUTL(nc_dsp, NCB_SCRIPT_PHYS (np, done_end) + 8); in ncr_int_sir()
6715 OUTL(nc_dsp, NCB_SCRIPT_PHYS (np, start)); in ncr_int_sir()
6939 OUTL_DSP(NCB_SCRIPT_PHYS (np, msg_bad)); in ncr_int_sir()
6945 OUTL_DSP(NCB_SCRIPT_PHYS (np, clrack)); in ncr_int_sir()
6973 OUTL_DSP (NCB_SCRIPT_PHYS (np, msg_bad)); in ncr_int_sir()
7027 OUTL_DSP (NCB_SCRIPT_PHYS (np, msg_bad)); in ncr_int_sir()
7032 OUTL_DSP (NCB_SCRIPT_PHYS (np, clrack)); in ncr_int_sir()
7345 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle)); in ncr_init_ccb()
7448 tp->call_lun.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, resel_lun)); in ncr_init_tcb()
7555 lp->jump_tag.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, resel_notag)); in ncr_alloc_lcb()