Searched refs:host_rd (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 993 u32 sym_rd, sym_wr, sym_bk, host_rd, host_wr, pc, dstat; local 1055 host_rd = scr_to_cpu(np->scratch); 1076 if (host_rd != sym_wr) { 1078 (int) sym_wr, (int) host_rd);
|
/linux-5.19.10/drivers/scsi/ |
D | ncr53c8xx.c | 7541 u32 ncr_rd, ncr_wr, ncr_bk, host_rd, host_wr, pc; local 7575 host_rd = scr_to_cpu(np->ncr_cache); 7607 if (host_rd != ncr_wr) { 7609 (int) ncr_wr, (int) host_rd);
|