Searched refs:USB_WAKEUP_DEBOUNCE_COUNT (Results 1 – 1 of 1) sorted by relevance
59 #define USB_WAKEUP_DEBOUNCE_COUNT(x) (((x) & 0x7) << 16) macro491 val &= ~USB_WAKEUP_DEBOUNCE_COUNT(~0); in utmi_phy_power_off()492 val |= USB_WAKE_ON_CNNT_EN_DEV | USB_WAKEUP_DEBOUNCE_COUNT(5); in utmi_phy_power_off()