Searched refs:DIEPCTL_TXFNUM_SET (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | dwc_otgreg.h | 729 #define DIEPCTL_TXFNUM_SET(n) (((n) & 15) << 22) macro |
H A D | dwc_otg.c | 3740 temp |= DIEPCTL_TXFNUM_SET(ep_no); in dwc_otg_clear_stall_sub_locked() |