Home
last modified time | relevance | path

Searched refs:erst (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c179 free(ctrl->erst.entries); in xhci_cleanup()
551 ctrl->erst.entries = (struct xhci_erst_entry *) in xhci_mem_init()
554 ctrl->erst.num_entries = ERST_NUM_SEGS; in xhci_mem_init()
561 struct xhci_erst_entry *entry = &ctrl->erst.entries[val]; in xhci_mem_init()
567 xhci_flush_cache((uintptr_t)ctrl->erst.entries, in xhci_mem_init()
585 val_64 |= ((uintptr_t)(ctrl->erst.entries) & ~ERST_PTR_MASK); in xhci_mem_init()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1229 struct xhci_erst erst; member