Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_host.c29 #define WC0_IS_C(x) ((u32)(((x) & 0xf) << 28)) /* cycle debounce */ macro
65 msk = WC0_IS_EN | WC0_IS_C(0xf) | WC0_IS_P; in ssusb_wakeup_ip_sleep_set()
66 val = enable ? (WC0_IS_EN | WC0_IS_C(0x1)) : 0; in ssusb_wakeup_ip_sleep_set()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.c95 #define WC0_IS_C(x) ((u32)(((x) & 0xf) << 28)) /* cycle debounce */ macro
356 msk = WC0_IS_EN | WC0_IS_C(0xf) | WC0_IS_P; in usb_wakeup_ip_sleep_set()
357 val = enable ? (WC0_IS_EN | WC0_IS_C(0x1)) : 0; in usb_wakeup_ip_sleep_set()