Searched refs:host_wr (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 993 u32 sym_rd, sym_wr, sym_bk, host_rd, host_wr, pc, dstat; local 1009 host_wr = 1; 1014 np->scratch = cpu_to_scr(host_wr); 1071 if (host_wr != sym_rd) { 1073 (int) host_wr, (int) sym_rd);
|
/linux-6.1.9/drivers/scsi/ |
D | ncr53c8xx.c | 7541 u32 ncr_rd, ncr_wr, ncr_bk, host_rd, host_wr, pc; local 7551 host_wr = 1; 7556 np->ncr_cache = cpu_to_scr(host_wr); 7602 if (host_wr != ncr_rd) { 7604 (int) host_wr, (int) ncr_rd);
|