Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_CONNECTION (Results 1 – 11 of 11) sorted by relevance

/u-boot/drivers/usb/host/
A Dsl811-hcd.c149 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()
191 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()
614 rh_status.wPortChange &= ~USB_PORT_STAT_C_CONNECTION; in sl811_rh_submit_urb()
A Dr8a66597-hcd.c547 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting()
617 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
A Dusb-uclass.c763 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
A Ddwc2.c583 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
A Dxhci.c1059 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in xhci_submit_root()
A Dehci-hcd.c837 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in ehci_submit_root()
/u-boot/include/
A Dusb_defs.h277 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/u-boot/common/
A Dusb_hub.c298 (portchange & USB_PORT_STAT_C_CONNECTION) ? 1 : 0, in usb_hub_port_reset()
472 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in usb_scan_port()
A Dusb.c169 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c443 port_status &= ~(USB_PORT_STAT_RESET | (USB_PORT_STAT_C_CONNECTION << 16)); in musb_port_reset()
518 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_submit_rh_msg()
/u-boot/drivers/usb/musb-new/
A Dmusb_core.c408 musb->port1_status &= ~(USB_PORT_STAT_C_CONNECTION << 16); in musb_hnp_stop()
695 |(USB_PORT_STAT_C_CONNECTION << 16); in musb_stage0_irq()

Completed in 25 milliseconds