Searched refs:VHUB_EP_CFG_SET_MAX_PKT (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/gadget/udc/aspeed-vhub/ | ||
D | vhub.h | 161 #define VHUB_EP_CFG_SET_MAX_PKT(x) (((x) & 0x3ff) << 16) macro |
D | epn.c | 684 ep_conf |= VHUB_EP_CFG_SET_MAX_PKT(maxpacket); in ast_vhub_epn_enable() |