Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxlflash/
H A Dmain.c1343 u64 reg_unmasked; in cxlflash_sync_err_irq() local
1346 reg_unmasked = (reg & SISL_ISTATUS_UNMASK); in cxlflash_sync_err_irq()
1348 if (reg_unmasked == 0UL) { in cxlflash_sync_err_irq()
1357 writeq_be(reg_unmasked, &hwq->host_map->intr_clear); in cxlflash_sync_err_irq()
1552 u64 reg_unmasked; in cxlflash_async_err_irq() local
1558 reg_unmasked = (reg & SISL_ASTATUS_UNMASK); in cxlflash_async_err_irq()
1560 if (unlikely(reg_unmasked == 0)) { in cxlflash_async_err_irq()
1567 writeq_be(reg_unmasked, &global->regs.aintr_clear); in cxlflash_async_err_irq()
1570 for_each_set_bit(bit, (ulong *)&reg_unmasked, BITS_PER_LONG) { in cxlflash_async_err_irq()