Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDdwc_otgreg.h728 #define DIEPCTL_TXFNUM_SET(n) (((n) & 15) << 22) macro
HDdwc_otg.c3746 temp |= DIEPCTL_TXFNUM_SET(ep_no); in dwc_otg_clear_stall_sub_locked()