Searched refs:host_wr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1006 u32 sym_rd, sym_wr, sym_bk, host_rd, host_wr, pc, dstat; local 1022 host_wr = 1; 1027 np->scratch = cpu_to_scr(host_wr); 1084 if (host_wr != sym_rd) { 1086 (int) host_wr, (int) sym_rd);
|
/Linux-v4.19/drivers/scsi/ |
D | ncr53c8xx.c | 7715 u32 ncr_rd, ncr_wr, ncr_bk, host_rd, host_wr, pc; local 7725 host_wr = 1; 7730 np->ncr_cache = cpu_to_scr(host_wr); 7776 if (host_wr != ncr_rd) { 7778 (int) host_wr, (int) ncr_rd);
|