Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.c112 #define WC1_IS_C_95(x) ((u32)(((x) & 0xf) << 28)) macro
366 msk = WC1_IS_EN_P0_95 | WC1_IS_C_95(0xf) | WC1_IS_P_95; in usb_wakeup_ip_sleep_set()
367 val = enable ? (WC1_IS_EN_P0_95 | WC1_IS_C_95(0x1)) : 0; in usb_wakeup_ip_sleep_set()