reg_unmasked 1343 drivers/scsi/cxlflash/main.c u64 reg_unmasked; reg_unmasked 1346 drivers/scsi/cxlflash/main.c reg_unmasked = (reg & SISL_ISTATUS_UNMASK); reg_unmasked 1348 drivers/scsi/cxlflash/main.c if (reg_unmasked == 0UL) { reg_unmasked 1357 drivers/scsi/cxlflash/main.c writeq_be(reg_unmasked, &hwq->host_map->intr_clear); reg_unmasked 1552 drivers/scsi/cxlflash/main.c u64 reg_unmasked; reg_unmasked 1558 drivers/scsi/cxlflash/main.c reg_unmasked = (reg & SISL_ASTATUS_UNMASK); reg_unmasked 1560 drivers/scsi/cxlflash/main.c if (unlikely(reg_unmasked == 0)) { reg_unmasked 1567 drivers/scsi/cxlflash/main.c writeq_be(reg_unmasked, &global->regs.aintr_clear); reg_unmasked 1570 drivers/scsi/cxlflash/main.c for_each_set_bit(bit, (ulong *)®_unmasked, BITS_PER_LONG) {