Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c413 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 Dxhci.c538 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 Dxhci-mem.c50 void xhci_inval_cache(uintptr_t addr, u32 len) in xhci_inval_cache() function
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1264 void xhci_inval_cache(uintptr_t addr, u32 type_len);