Home
last modified time | relevance | path

Searched refs:EP_SET_MAX_PKT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c103 #define EP_SET_MAX_PKT(x) (((x) & 0x3ff) << 16) macro
610 ep_conf = EP_SET_MAX_PKT(ep_size); in udc_setup_ep()
H A Daspeed_udc.c106 #define EP_SET_MAX_PKT(x) (((x) & 0x3ff) << 16) macro
592 ep_conf = EP_SET_MAX_PKT(maxpacket); in aspeed_udc_ep_enable()
/openbmc/linux/drivers/usb/gadget/udc/
H A Daspeed_udc.c123 #define EP_SET_MAX_PKT(x) ((x & 0x3ff) << 16) macro
374 ep_conf = EP_SET_MAX_PKT(maxpacket); in ast_udc_ep_enable()