Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dvhub.h163 #define EP_TYPE_INT 2 macro
H A Depn.c676 ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_INT); in ast_vhub_epn_enable()
/openbmc/linux/drivers/usb/gadget/udc/
H A Daspeed_udc.c130 #define EP_TYPE_INT (0x2) macro
395 ep_conf |= EP_SET_TYPE_MASK(EP_TYPE_INT); in ast_udc_ep_enable()