Home
last modified time | relevance | path

Searched refs:deq (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c509 unsigned long deq; in xhci_mem_init() local
570 deq = (unsigned long)ctrl->event_ring->dequeue; in xhci_mem_init()
574 (u64)deq & (u64)~ERST_PTR_MASK); in xhci_mem_init()
682 in_ep_ctx->deq = out_ep_ctx->deq; in xhci_endpoint_copy()
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.c604 ep_ctx[ep_index]->deq = cpu_to_le64(trb_64 | in xhci_set_configuration()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h594 __le64 deq; member