Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxlflash/
Dsislite.h252 #define SISL_ISTATUS_UNMASK (0x001FULL) /* 1 means unmasked */ macro
253 #define SISL_ISTATUS_MASK ~(SISL_ISTATUS_UNMASK) /* 1 means masked */
Dmain.c1207 reg_unmasked = (reg & SISL_ISTATUS_UNMASK); in cxlflash_sync_err_irq()