Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-gadget.c1395 u32 cycle_bit; in cdnsp_consume_all_events() local
1403 cycle_bit = (le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE); in cdnsp_consume_all_events()
1406 if (cycle_bit != pdev->event_ring->cycle_state) in cdnsp_consume_all_events()
1418 cycle_bit ^= 1; in cdnsp_consume_all_events()
Dcdnsp-ring.c1434 u32 cycle_bit; in cdnsp_handle_event() local
1440 cycle_bit = (flags & TRB_CYCLE); in cdnsp_handle_event()
1443 if (cycle_bit != pdev->event_ring->cycle_state) in cdnsp_handle_event()