Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c135 #define USBF_EPN_ISTL BIT(3) macro
1591 return (ctrl & USBF_EPN_ISTL) ? true : false; in usbf_ep_is_stalled()
1759 USBF_EPN_ISTL); in usbf_ep_stall()
1774 USBF_EPN_ISTL, in usbf_ep_stall()
1822 ctrl |= USBF_EPN_DIR0 | USBF_EPN_ISTL | USBF_EPN_OSTL_EN | USBF_EPN_ONAK; in usbf_epn_enable()