Lines Matching refs:script

237 	u_long scriptaddr = local_to_PCI((u_long)adp->script);  in siop_intr()
514 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script); in siop_scsi_request()
517 adp->script[Ent_resel_targ0 / 4 + adp->sel_t * 2] = in siop_scsi_request()
521 adp->script[free_lo + i] = htoc32(lun_switch[i]); in siop_scsi_request()
522 adp->script[free_lo + E_abs_lunsw_return_Used[0]] = in siop_scsi_request()
606 uint32_t dsa, *script = adp->script; in siop_start() local
608 void *scriptaddr = (void *)local_to_PCI((u_long)script); in siop_start()
628 if (ctoh32(script[(Ent_script_sched_slot0 / 4) + slot * 2]) == in siop_start()
642 if (ctoh32(script[(Ent_script_sched_slot0 / 4) + slot * 2]) == in siop_start()
663 script[(Ent_script_sched_slot0 / 4) + slot * 2 + 1] = in siop_start()
668 script[(Ent_script_sched_slot0 / 4) + slot * 2] = htoc32(0x80080000); in siop_start()
672 _wbinv((u_long)script, SIOP_SCRIPT_SIZE); in siop_start()
724 uint32_t *script = adp->script; in siop_add_reselsw() local
726 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script); in siop_add_reselsw()
732 if ((ctoh32(script[reseloff]) & 0xff) != 0xff) { in siop_add_reselsw()
739 script[reseloff + 0] = htoc32(0x800c0080 | target); in siop_add_reselsw()
740 script[reseloff + 1] = in siop_add_reselsw()
750 uint32_t *script = adp->script; in siop_update_scntl3() local
753 script[lunsw_off + (Ent_restore_scntl3 / 4)] = in siop_update_scntl3()
756 script[lunsw_off + (Ent_restore_scntl3 / 4) + 2] = in siop_update_scntl3()
758 _wbinv((u_long)script, SIOP_SCRIPT_SIZE); in siop_update_scntl3()
1138 uint32_t *script; in siop_init() local
1153 script = ALLOC(uint32_t, SIOP_SCRIPT_SIZE); in siop_init()
1154 if (script == NULL) in siop_init()
1156 scriptaddr = (void *)local_to_PCI((u_long)script); in siop_init()
1203 script[i] = htoc32(siop_script[i]); in siop_init()
1205 script[E_abs_msgin_Used[i]] = in siop_init()
1209 _wbinv((u_long)script, SIOP_SCRIPT_SIZE); in siop_init()
1216 tmp.script = script; in siop_init()