Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-gadget.c1392 u32 cycle_bit; in cdnsp_consume_all_events() local
1400 cycle_bit = (le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE); in cdnsp_consume_all_events()
1403 if (cycle_bit != pdev->event_ring->cycle_state) in cdnsp_consume_all_events()
1415 cycle_bit ^= 1; in cdnsp_consume_all_events()
Dcdnsp-ring.c1436 u32 cycle_bit; in cdnsp_handle_event() local
1442 cycle_bit = (flags & TRB_CYCLE); in cdnsp_handle_event()
1445 if (cycle_bit != pdev->event_ring->cycle_state) in cdnsp_handle_event()