Home
last modified time | relevance | path

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

/external/u-boot/drivers/input/
Dcros_ec_keyb.c105 int irq_pending, sent; in cros_ec_kbc_check() local
118 irq_pending = cros_ec_interrupt_pending(dev->parent); in cros_ec_kbc_check()
119 if (irq_pending) { in cros_ec_kbc_check()
145 if ((irq_pending < 0) && same) in cros_ec_kbc_check()
147 } while (irq_pending && !sent); in cros_ec_kbc_check()
/external/u-boot/drivers/usb/host/
Dxhci.c1236 xhci_writel(&ctrl->ir_set->irq_pending, 0x0); in xhci_lowlevel_init()
1253 temp = xhci_readl(&ctrl->ir_set->irq_pending); in xhci_lowlevel_stop()
1254 xhci_writel(&ctrl->ir_set->irq_pending, ER_IRQ_DISABLE(temp)); in xhci_lowlevel_stop()
Dxhci.h390 volatile __le32 irq_pending; member