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.c525 uint32_t port_change = 0; in dwc_otg_submit_rh_msg_in_status() local
565 port_change |= USB_PORT_STAT_C_ENABLE; in dwc_otg_submit_rh_msg_in_status()
567 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
569 port_change |= USB_PORT_STAT_C_OVERCURRENT; in dwc_otg_submit_rh_msg_in_status()
572 (port_change << 16)); in dwc_otg_submit_rh_msg_in_status()
Dr8a66597-hcd.c571 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting()
632 (r8a66597->port_change << 16)); in r8a66597_submit_rh_msg()
642 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
Dr8a66597.h423 unsigned short port_change; member