Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dnsp32.c1045 unsigned long lc_reg; in nsp32hw_init() local
1048 lc_reg = nsp32_index_read4(base, CFG_LATE_CACHE); in nsp32hw_init()
1049 if ((lc_reg & 0xff00) == 0) { in nsp32hw_init()
1050 lc_reg |= (0x20 << 8); in nsp32hw_init()
1051 nsp32_index_write2(base, CFG_LATE_CACHE, lc_reg & 0xffff); in nsp32hw_init()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dnsp32.c1051 unsigned long lc_reg; in nsp32hw_init() local
1054 lc_reg = nsp32_index_read4(base, CFG_LATE_CACHE); in nsp32hw_init()
1055 if ((lc_reg & 0xff00) == 0) { in nsp32hw_init()
1056 lc_reg |= (0x20 << 8); in nsp32hw_init()
1057 nsp32_index_write2(base, CFG_LATE_CACHE, lc_reg & 0xffff); in nsp32hw_init()

Completed in 7 milliseconds