Searched refs:EP_SET_MAX_PKT (Results 1 – 3 of 3) sorted by relevance
103 #define EP_SET_MAX_PKT(x) (((x) & 0x3ff) << 16) macro610 ep_conf = EP_SET_MAX_PKT(ep_size); in udc_setup_ep()
106 #define EP_SET_MAX_PKT(x) (((x) & 0x3ff) << 16) macro592 ep_conf = EP_SET_MAX_PKT(maxpacket); in aspeed_udc_ep_enable()
123 #define EP_SET_MAX_PKT(x) ((x & 0x3ff) << 16) macro374 ep_conf = EP_SET_MAX_PKT(maxpacket); in ast_udc_ep_enable()