Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_CONNECTION (Results 1 – 10 of 10) sorted by relevance

/u-boot/include/
A Dusb_defs.h250 #define USB_PORT_STAT_CONNECTION 0x0001 macro
271 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
/u-boot/common/
A Dusb_hub.c299 (portstatus & USB_PORT_STAT_CONNECTION) ? 1 : 0, in usb_hub_port_reset()
361 if (((!(portstatus & USB_PORT_STAT_CONNECTION)) && in usb_hub_port_connect_change()
366 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in usb_hub_port_connect_change()
473 !(portstatus & USB_PORT_STAT_CONNECTION)) { in usb_scan_port()
515 (portstatus & USB_PORT_STAT_CONNECTION) && in usb_scan_port()
/u-boot/drivers/usb/emul/
A Dsandbox_hub.c178 set |= USB_PORT_STAT_CONNECTION | in clrset_post_state()
190 clear |= USB_PORT_STAT_CONNECTION; in clrset_post_state()
/u-boot/drivers/usb/host/
A Dsl811-hcd.c148 rh_status.wPortStatus &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE); in sl811_hc_reset()
171 rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION; in sl811_hc_reset()
186 rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION | USB_PORT_STAT_LOW_SPEED; in sl811_hc_reset()
A Dr8a66597-hcd.c548 r8a66597->port_status = USB_PORT_STAT_CONNECTION | in check_usb_device_connecting()
A Ddwc2.c562 port_status |= USB_PORT_STAT_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
A Dxhci.c1020 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in xhci_submit_root()
A Dehci-hcd.c808 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in ehci_submit_root()
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c517 port_status |= USB_PORT_STAT_CONNECTION in musb_submit_rh_msg()
/u-boot/drivers/usb/musb-new/
A Dmusb_core.c694 musb->port1_status |= USB_PORT_STAT_CONNECTION in musb_stage0_irq()

Completed in 23 milliseconds