Home
last modified time | relevance | path

Searched refs:port_change (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/host/
Ddwc2.c529 uint32_t port_change = 0; in dwc_otg_submit_rh_msg_in_status() local
569 port_change |= USB_PORT_STAT_C_ENABLE; in dwc_otg_submit_rh_msg_in_status()
571 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
573 port_change |= USB_PORT_STAT_C_OVERCURRENT; in dwc_otg_submit_rh_msg_in_status()
576 (port_change << 16)); in dwc_otg_submit_rh_msg_in_status()
Dr8a66597-hcd.c544 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting()
604 (r8a66597->port_change << 16)); in r8a66597_submit_rh_msg()
614 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
Dr8a66597.h396 unsigned short port_change; member