Searched refs:xhci_inval_cache (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | xhci-ring.c | 412 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()
|
D | xhci.c | 534 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()
|
D | xhci.h | 1262 void xhci_inval_cache(uintptr_t addr, u32 type_len);
|
D | xhci-mem.c | 49 void xhci_inval_cache(uintptr_t addr, u32 len) in xhci_inval_cache() function
|