Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-mem.c115 num_sp = HCS_MAX_SCRATCHPAD(xhci_readl(&hccr->cr_hcsparams2)); in xhci_scratchpad_free()
376 num_sp = HCS_MAX_SCRATCHPAD(xhci_readl(&hccr->cr_hcsparams2)); in xhci_scratchpad_alloc()
/u-boot/include/usb/
A Dxhci.h116 #define HCS_MAX_SCRATCHPAD(p) ((((p) >> 16) & 0x3e0) | (((p) >> 27) & 0x1f)) macro

Completed in 15 milliseconds