Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dudc.h15 #define CTRL_PAYLOAD_MAX 64 macro
H A Dudc.c39 .wMaxPacketSize = cpu_to_le16(CTRL_PAYLOAD_MAX),
49 .wMaxPacketSize = cpu_to_le16(CTRL_PAYLOAD_MAX),
1899 usb_ep_set_maxpacket_limit(&hwep->ep, CTRL_PAYLOAD_MAX); in init_eps()