Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1391 u32 cycle_bit; in cdnsp_consume_all_events() local
1399 cycle_bit = (le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE); in cdnsp_consume_all_events()
1402 if (cycle_bit != pdev->event_ring->cycle_state) in cdnsp_consume_all_events()
1414 cycle_bit ^= 1; in cdnsp_consume_all_events()
H A Dcdnsp-ring.c1445 u32 cycle_bit; in cdnsp_handle_event() local
1451 cycle_bit = (flags & TRB_CYCLE); in cdnsp_handle_event()
1454 if (cycle_bit != pdev->event_ring->cycle_state) in cdnsp_handle_event()