Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dr8a66597-hcd.c543 if (!(r8a66597_read(r8a66597, INTSTS1) & DTCH)) { in check_usb_device_connecting()
551 r8a66597_write(r8a66597, ~DTCH, INTSTS1); in check_usb_device_connecting()
Dr8a66597.h283 #define DTCH 0x1000 /* b12: Detach sense interrupt */ macro