Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-ring.c420 xhci_inval_cache((uintptr_t)ctrl->event_ring->dequeue, in event_ready()
596 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_bulk_tx()
743 xhci_inval_cache((uintptr_t)buffer, length); in xhci_bulk_tx()
798 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_ctrl_tx()
937 xhci_inval_cache((uintptr_t)buffer, length); in xhci_ctrl_tx()
A Dxhci.c568 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_set_configuration()
729 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_address_device()
816 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_check_maxpacket()
1474 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_update_hub_device()
A Dxhci-mem.c52 void xhci_inval_cache(uintptr_t addr, u32 len) in xhci_inval_cache() function
/u-boot/include/usb/
A Dxhci.h1258 void xhci_inval_cache(uintptr_t addr, u32 type_len);

Completed in 12 milliseconds