Searched refs:xhci_inval_cache (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-ring.c | 413 xhci_inval_cache((uintptr_t)ctrl->event_ring->dequeue, in event_ready() 628 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_bulk_tx() 774 xhci_inval_cache((uintptr_t)buffer, length); in xhci_bulk_tx() 828 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_ctrl_tx() 971 xhci_inval_cache((uintptr_t)buffer, length); in xhci_ctrl_tx()
|
| H A D | xhci.c | 538 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_set_configuration() 694 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_address_device() 784 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_check_maxpacket() 1445 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_update_hub_device()
|
| H A D | xhci-mem.c | 50 void xhci_inval_cache(uintptr_t addr, u32 len) in xhci_inval_cache() function
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | xhci.h | 1264 void xhci_inval_cache(uintptr_t addr, u32 type_len);
|