Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-max732x.c375 uint16_t new_irqs; in max732x_irq_bus_sync_unlock() local
380 new_irqs = chip->irq_trig_fall | chip->irq_trig_raise; in max732x_irq_bus_sync_unlock()
381 while (new_irqs) { in max732x_irq_bus_sync_unlock()
382 level = __ffs(new_irqs); in max732x_irq_bus_sync_unlock()
384 new_irqs &= ~(1 << level); in max732x_irq_bus_sync_unlock()
/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c408 int32_t new_irqs; in rtc_update_timer() local
423 new_irqs = irqs & ~s->cmos_data[RTC_REG_C]; in rtc_update_timer()
425 if ((new_irqs & s->cmos_data[RTC_REG_B]) != 0) { in rtc_update_timer()