Searched refs:NCB_SCRIPT_PHYS (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | ncr53c8xx.c | 1746 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) macro 4260 goalp = NCB_SCRIPT_PHYS (np, data_out2) + 8; in ncr_queue_command() 4273 goalp = NCB_SCRIPT_PHYS (np, data_in2) + 8; in ncr_queue_command() 4283 lastp = goalp = NCB_SCRIPT_PHYS (np, no_data); in ncr_queue_command() 4320 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_queue_command() 4321 cp->restart.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, resel_dsa)); in ncr_queue_command() 4419 np->scripth->tryloop [qidx] = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle)); in ncr_put_start_queue() 4950 cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_ccb_skipped() 4984 cpu_to_scr(NCB_SCRIPT_PHYS (np, done_plug)); in ncr_wakeup_done() 4987 cpu_to_scr(NCB_SCRIPT_PHYS (np, done_end)); in ncr_wakeup_done() [all …]
|