Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dnsp32.c1051 unsigned long lc_reg; in DEF_SCSI_QCMD() local
1054 lc_reg = nsp32_index_read4(base, CFG_LATE_CACHE); in DEF_SCSI_QCMD()
1055 if ((lc_reg & 0xff00) == 0) { in DEF_SCSI_QCMD()
1056 lc_reg |= (0x20 << 8); in DEF_SCSI_QCMD()
1057 nsp32_index_write2(base, CFG_LATE_CACHE, lc_reg & 0xffff); in DEF_SCSI_QCMD()