Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otgreg.h729 #define DIEPCTL_TXFNUM_SET(n) (((n) & 15) << 22) macro
H A Ddwc_otg.c3740 temp |= DIEPCTL_TXFNUM_SET(ep_no); in dwc_otg_clear_stall_sub_locked()