Home
last modified time | relevance | path

Searched refs:script_base (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1137 u_char *script_base; local
1146 script_base = (u_char *) np->scripta0;
1153 script_base = (u_char *) np->scriptb0;
1158 script_base = NULL;
1173 scr_to_cpu((int) *(u32 *)(script_base + script_ofs)));
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c5829 u_char *script_base; in ncr_log_hard_error() local
5837 script_base = (u_char *) np->script0; in ncr_log_hard_error()
5844 script_base = (u_char *) np->scripth0; in ncr_log_hard_error()
5849 script_base = NULL; in ncr_log_hard_error()
5862 scr_to_cpu((int) *(ncrcmd *)(script_base + script_ofs))); in ncr_log_hard_error()