Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-ring.c412 xhci_inval_cache((uintptr_t)ctrl->event_ring->dequeue, in event_ready()
585 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_bulk_tx()
731 xhci_inval_cache((uintptr_t)buffer, length); in xhci_bulk_tx()
785 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_ctrl_tx()
924 xhci_inval_cache((uintptr_t)buffer, length); in xhci_ctrl_tx()
Dxhci.c534 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_set_configuration()
687 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_address_device()
774 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_check_maxpacket()
1430 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_update_hub_device()
Dxhci.h1262 void xhci_inval_cache(uintptr_t addr, u32 type_len);
Dxhci-mem.c49 void xhci_inval_cache(uintptr_t addr, u32 len) in xhci_inval_cache() function