Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dgr_udc.h54 #define GR_EPCTRL_TT_MASK 0x00000018 macro
H A Dgr_udc.c128 int mode = (epctrl & GR_EPCTRL_TT_MASK) >> GR_EPCTRL_TT_POS; in gr_seq_ep_show()