Home
last modified time | relevance | path

Searched refs:USB_WAKEUP_DEBOUNCE_COUNT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-tegra-usb.c57 #define USB_WAKEUP_DEBOUNCE_COUNT(x) (((x) & 0x7) << 16) macro
610 val &= ~USB_WAKEUP_DEBOUNCE_COUNT(~0); in utmi_phy_power_off()
611 val |= USB_WAKE_ON_CNNT_EN_DEV | USB_WAKEUP_DEBOUNCE_COUNT(5); in utmi_phy_power_off()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-tegra-usb.c58 #define USB_WAKEUP_DEBOUNCE_COUNT(x) (((x) & 0x7) << 16) macro
690 val &= ~USB_WAKEUP_DEBOUNCE_COUNT(~0); in utmi_phy_power_off()
691 val |= USB_WAKEUP_DEBOUNCE_COUNT(5); in utmi_phy_power_off()

Completed in 4 milliseconds