Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mem.c1615 int num_sp = HCS_MAX_SCRATCHPAD(xhci->hcs_params2); in scratchpad_alloc()
1690 num_sp = HCS_MAX_SCRATCHPAD(xhci->hcs_params2); in scratchpad_free()
Dxhci.h93 #define HCS_MAX_SCRATCHPAD(p) (((p) >> 27) & 0x1f) macro