Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dfusb300_udc.h127 #define FUSB300_EPSET1_TYPE(x) ((x & 0x3) << 2) macro
H A Dfusb300_udc.c125 reg |= FUSB300_EPSET1_TYPE(info.type); in fusb300_set_eptype()