Home
last modified time | relevance | path

Searched refs:cycle_state (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c131 ring->cycle_state = (ring->cycle_state ? 0 : 1); in inc_enq()
159 ring->cycle_state = (ring->cycle_state ? 0 : 1); in inc_deq()
252 ep_ring->cycle_state = (ep_ring->cycle_state ? 0 : 1); in prepare_ring()
284 ctrl->cmd_ring->cycle_state; in xhci_queue_command()
420 ctrl->event_ring->cycle_state) in event_ready()
499 ring->cycle_state), udev->slot_id, ep_index, TRB_SET_DEQ); in reset_ep()
548 ring->cycle_state), udev->slot_id, ep_index, TRB_SET_DEQ); in abort_td()
674 start_cycle = ring->cycle_state; in xhci_bulk_tx()
708 field |= ring->cycle_state; in xhci_bulk_tx()
861 start_cycle = ep_ring->cycle_state; in xhci_ctrl_tx()
[all …]
H A Dxhci-mem.c262 ring->cycle_state = 1; in xhci_initialize_ring_info()
533 ctrl->cmd_ring->cycle_state; in xhci_mem_init()
854 ep0_ctx->deq = cpu_to_le64(trb_64 | virt_dev->eps[0].ring->cycle_state); in xhci_setup_addressable_virt_dev()
H A Dxhci.c605 virt_dev->eps[ep_index].ring->cycle_state); in xhci_set_configuration()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1021 volatile u32 cycle_state; member