Searched refs:DTCH (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/renesas_usbhs/
H A Dcommon.h179 #define DTCH (1 << 12) /* USB Disconnection Detect Interrupt Status */ macro
H A Dmod.c310 if (irq_state.intsts1 & DTCH)
/drivers/usb/host/
H A Dr8a66597-hcd.c1039 r8a66597_write(r8a66597, ~DTCH, get_intsts_reg(port));
1643 if (mask2 & DTCH) {
1644 r8a66597_write(r8a66597, ~DTCH, INTSTS2);
1663 if (mask1 & DTCH) {
1664 r8a66597_write(r8a66597, ~DTCH, INTSTS1);

Completed in 227 milliseconds