Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhw.h764 #define TSIZ_NTD_MASK (0xff << 8) macro
Dcore.c1922 hctsiz |= (chan->ntd - 1) << TSIZ_NTD_SHIFT & TSIZ_NTD_MASK; in dwc2_hc_start_transfer_ddma()