Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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