Searched refs:NCB_SCRIPT_PHYS (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 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() [all …]
|