Searched refs:intmodt (Results 1 – 3 of 3) sorted by relevance
139 u32 intmodt; member
196 ring->intmodt = FIELD_GET(EV_CTX_INTMODT_MASK, in mhi_ep_ring_start()
59 * 1. If BEI flag is not set, cancel any pending intmodt work if started in mhi_ep_send_event() 62 * 2. If both BEI and intmodt are set, and if no IRQ is pending for the in mhi_ep_send_event() 64 * intmodt. If previous IRQ is pending, then do nothing as the pending in mhi_ep_send_event() 67 * 3. If BEI is set and intmodt is not set, no need to raise IRQ. in mhi_ep_send_event() 74 } else if (ring->intmodt && !READ_ONCE(ring->irq_pending)) { in mhi_ep_send_event() 76 schedule_delayed_work(&ring->intmodt_work, msecs_to_jiffies(ring->intmodt)); in mhi_ep_send_event()