Searched refs:NCB_SCRIPT_PHYS (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/scsi/ |
D | ncr53c8xx.c | 1749 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) macro 4288 goalp = NCB_SCRIPT_PHYS (np, data_out2) + 8; in ncr_queue_command() 4301 goalp = NCB_SCRIPT_PHYS (np, data_in2) + 8; in ncr_queue_command() 4311 lastp = goalp = NCB_SCRIPT_PHYS (np, no_data); in ncr_queue_command() 4348 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_queue_command() 4349 cp->restart.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, resel_dsa)); in ncr_queue_command() 4451 np->scripth->tryloop [qidx] = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle)); in ncr_put_start_queue() 5091 cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_ccb_skipped() 5125 cpu_to_scr(NCB_SCRIPT_PHYS (np, done_plug)); in ncr_wakeup_done() 5128 cpu_to_scr(NCB_SCRIPT_PHYS (np, done_end)); in ncr_wakeup_done() [all …]
|