Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dvhub.h159 #define VHUB_EP_CFG_SET_EP_NUM(x) (((x) & 0xf) << 8) macro
H A Depn.c694 ep_conf |= VHUB_EP_CFG_SET_EP_NUM(usb_endpoint_num(desc)); in ast_vhub_epn_enable()