Home
last modified time | relevance | path

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

/drivers/scsi/cxlflash/
Dmain.c1338 u64 reg_unmasked; in cxlflash_sync_err_irq() local
1341 reg_unmasked = (reg & SISL_ISTATUS_UNMASK); in cxlflash_sync_err_irq()
1343 if (reg_unmasked == 0UL) { in cxlflash_sync_err_irq()
1352 writeq_be(reg_unmasked, &hwq->host_map->intr_clear); in cxlflash_sync_err_irq()
1547 u64 reg_unmasked; in cxlflash_async_err_irq() local
1553 reg_unmasked = (reg & SISL_ASTATUS_UNMASK); in cxlflash_async_err_irq()
1555 if (unlikely(reg_unmasked == 0)) { in cxlflash_async_err_irq()
1562 writeq_be(reg_unmasked, &global->regs.aintr_clear); in cxlflash_async_err_irq()
1565 for_each_set_bit(bit, (ulong *)&reg_unmasked, BITS_PER_LONG) { in cxlflash_async_err_irq()