Searched refs:DQH_CFG_MAXPKT (Results 1 – 2 of 2) sorted by relevance
151 #define DQH_CFG_MAXPKT(n) ((n) << 16) // <= 1024 macro
103 cfg = DQH_CFG_MAXPKT(max_pkt) | DQH_CFG_ZLT; in _udc_endpoint_alloc()183 ept->head->config = DQH_CFG_MAXPKT(512) | DQH_CFG_ZLT; in endpoint_enable()185 ept->head->config = DQH_CFG_MAXPKT(64) | DQH_CFG_ZLT; in endpoint_enable()
Completed in 4 milliseconds