Searched refs:host_rd (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 1068 host_rd = scr_to_cpu(np->scratch); 1089 if (host_rd != sym_wr) { 1091 (int) sym_wr, (int) host_rd);
|
/Linux-v4.19/drivers/scsi/ |
D | ncr53c8xx.c | 7715 u32 ncr_rd, ncr_wr, ncr_bk, host_rd, host_wr, pc; local 7749 host_rd = scr_to_cpu(np->ncr_cache); 7781 if (host_rd != ncr_wr) { 7783 (int) ncr_wr, (int) host_rd);
|