Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/cdns3/
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()
Dcdnsp-ring.c1443 u32 cycle_bit; in cdnsp_handle_event() local
1449 cycle_bit = (flags & TRB_CYCLE); in cdnsp_handle_event()
1452 if (cycle_bit != pdev->event_ring->cycle_state) in cdnsp_handle_event()