Searched refs:reg_unmasked (Results 1 – 1 of 1) sorted by relevance
1204 u64 reg_unmasked; in cxlflash_sync_err_irq() local1207 reg_unmasked = (reg & SISL_ISTATUS_UNMASK); in cxlflash_sync_err_irq()1209 if (reg_unmasked == 0UL) { in cxlflash_sync_err_irq()1218 writeq_be(reg_unmasked, &afu->host_map->intr_clear); in cxlflash_sync_err_irq()1279 u64 reg_unmasked; in cxlflash_async_err_irq() local1287 reg_unmasked = (reg & SISL_ASTATUS_UNMASK); in cxlflash_async_err_irq()1289 if (reg_unmasked == 0) { in cxlflash_async_err_irq()1296 writeq_be(reg_unmasked, &global->regs.aintr_clear); in cxlflash_async_err_irq()1299 for (i = 0; reg_unmasked; i++, reg_unmasked = (reg_unmasked >> 1)) { in cxlflash_async_err_irq()1301 if (((reg_unmasked & 0x1) == 0) || !info) in cxlflash_async_err_irq()