Searched refs:WC1_IS_C (Results 1 - 2 of 2) sorted by path

/linux-master/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;
352 val = enable ? (WC1_IS_EN | WC1_IS_C(0x8)) : 0;
/linux-master/drivers/usb/mtu3/
H A Dmtu3_host.c23 #define WC1_IS_C(x) (((x) & 0xf) << 26) /* cycle debounce */ macro
75 msk = WC1_IS_EN | WC1_IS_C(0xf) | WC1_IS_P;
76 val = enable ? (WC1_IS_EN | WC1_IS_C(0x8)) : 0;

Completed in 210 milliseconds