Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dr8a66597.h333 #define DTCH 0x1000 /* b12: Detach sense interrupt */ macro
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dcommon.h183 #define DTCH (1 << 12) /* USB Disconnection Detect Interrupt Status */ macro
H A Dmod.c303 if (irq_state.intsts1 & DTCH) in usbhs_interrupt()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c544 if (!(r8a66597_read(r8a66597, INTSTS1) & DTCH)) { in check_usb_device_connecting()
552 r8a66597_write(r8a66597, ~DTCH, INTSTS1); in check_usb_device_connecting()
H A Dr8a66597.h284 #define DTCH 0x1000 /* b12: Detach sense interrupt */ macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dr8a66597-hcd.c1024 r8a66597_write(r8a66597, ~DTCH, get_intsts_reg(port)); in r8a66597_check_syssts()
1628 if (mask2 & DTCH) { in r8a66597_irq()
1629 r8a66597_write(r8a66597, ~DTCH, INTSTS2); in r8a66597_irq()
1648 if (mask1 & DTCH) { in r8a66597_irq()
1649 r8a66597_write(r8a66597, ~DTCH, INTSTS1); in r8a66597_irq()