Searched refs:FUSB300_EPSET2_MPS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/gadget/udc/ | ||
H A D | fusb300_udc.h | 142 #define FUSB300_EPSET2_MPS(x) (x & 0x7FF) macro |
H A D | fusb300_udc.c | 157 reg |= FUSB300_EPSET2_MPS(info.maxpacket); in fusb300_set_epmps() |