Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1390 u32 cycle_bit; in cdnsp_consume_all_events()
1398 cycle_bit = (le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE); in cdnsp_consume_all_events()
1401 if (cycle_bit != pdev->event_ring->cycle_state) in cdnsp_consume_all_events()
1413 cycle_bit ^= 1; in cdnsp_consume_all_events()
1389 u32 cycle_bit; cdnsp_consume_all_events() local
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()