Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_host.c23 #define WC1_IS_C(x) (((x) & 0xf) << 26) /* cycle debounce */ macro
60 msk = WC1_IS_EN | WC1_IS_C(0xf) | WC1_IS_P; in ssusb_wakeup_ip_sleep_set()
61 val = enable ? (WC1_IS_EN | WC1_IS_C(0x8)) : 0; in ssusb_wakeup_ip_sleep_set()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.c89 #define WC1_IS_C(x) (((x) & 0xf) << 26) /* cycle debounce */ macro
351 msk = WC1_IS_EN | WC1_IS_C(0xf) | WC1_IS_P; in usb_wakeup_ip_sleep_set()
352 val = enable ? (WC1_IS_EN | WC1_IS_C(0x8)) : 0; in usb_wakeup_ip_sleep_set()