HomeSort by relevance Sort by last modified time
    Searched refs:port_change (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/usb/host/
dwc2.c 525 uint32_t port_change = 0; local
565 port_change |= USB_PORT_STAT_C_ENABLE;
567 port_change |= USB_PORT_STAT_C_CONNECTION;
569 port_change |= USB_PORT_STAT_C_OVERCURRENT;
572 (port_change << 16));
    [all...]
r8a66597-hcd.c 571 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION;
632 (r8a66597->port_change << 16));
642 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION;
r8a66597.h 423 unsigned short port_change; member in struct:r8a66597

Completed in 591 milliseconds