Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDmusb_otg.h45 #define MUSB2_MASK_RESUME 0x04 macro
HDmusb_otg.c335 temp |= MUSB2_MASK_RESUME; in musbotg_wakeup_host()
343 temp &= ~MUSB2_MASK_RESUME; in musbotg_wakeup_host()
359 temp |= MUSB2_MASK_RESUME; in musbotg_wakeup_peer()
367 temp &= ~MUSB2_MASK_RESUME; in musbotg_wakeup_peer()