Home
last modified time | relevance | path

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

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