Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.c109 #define WC0_IS_EN_P1_95 BIT(24) macro
371 msk = WC0_IS_EN_P1_95 | WC0_IS_C_95(0x7) | WC0_IS_P_95; in usb_wakeup_ip_sleep_set()
372 val = enable ? (WC0_IS_EN_P1_95 | WC0_IS_C_95(0x1)) : 0; in usb_wakeup_ip_sleep_set()