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