Searched refs:port_status (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/usb/musb/ |
A D | musb_hcd.c | 30 static u32 port_status; variable 433 port_status |= USB_PORT_STAT_RESET; in musb_port_reset() 434 port_status &= ~USB_PORT_STAT_ENABLE; in musb_port_reset() 444 port_status |= USB_PORT_STAT_ENABLE in musb_port_reset() 517 port_status |= USB_PORT_STAT_CONNECTION in musb_submit_rh_msg() 523 if (port_status & USB_PORT_STAT_RESET) in musb_submit_rh_msg() 539 port_status &= ~(1 << wValue); in musb_submit_rh_msg() 556 port_status &= ~(1 << wValue); in musb_submit_rh_msg() 600 port_status &= ~(1 << wValue); in musb_submit_rh_msg() 629 port_status |= 1 << wValue; in musb_submit_rh_msg() [all …]
|
/u-boot/drivers/ata/ |
A D | sata.c | 37 if (!ops->port_status) in sata_dm_port_status() 40 return ops->port_status(dev, port); in sata_dm_port_status()
|
A D | ahci.c | 565 u32 port_status; in ahci_port_start() local 569 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_port_start() 570 debug("Port %d status: %x\n", port, port_status); in ahci_port_start() 571 if ((port_status & 0xf) != 0x03) { in ahci_port_start() 642 u32 port_status; in ahci_device_data_io() local 652 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_device_data_io() 653 if ((port_status & 0xf) != 0x03) { in ahci_device_data_io()
|
A D | dwc_ahsata.c | 444 u32 port_status; in ahci_port_start() local 449 port_status = readl(&port_mmio->ssts); in ahci_port_start() 450 debug("Port %d status: %x\n", port, port_status); in ahci_port_start() 451 if ((port_status & 0xf) != 0x03) { in ahci_port_start() 1089 .port_status = dwc_ahsata_port_status,
|
/u-boot/drivers/usb/host/ |
A D | dwc2.c | 540 uint32_t port_status = 0; in dwc_otg_submit_rh_msg_in_status() local 562 port_status |= USB_PORT_STAT_CONNECTION; in dwc_otg_submit_rh_msg_in_status() 564 port_status |= USB_PORT_STAT_ENABLE; in dwc_otg_submit_rh_msg_in_status() 566 port_status |= USB_PORT_STAT_SUSPEND; in dwc_otg_submit_rh_msg_in_status() 568 port_status |= USB_PORT_STAT_OVERCURRENT; in dwc_otg_submit_rh_msg_in_status() 570 port_status |= USB_PORT_STAT_RESET; in dwc_otg_submit_rh_msg_in_status() 572 port_status |= USB_PORT_STAT_POWER; in dwc_otg_submit_rh_msg_in_status() 575 port_status |= USB_PORT_STAT_LOW_SPEED; in dwc_otg_submit_rh_msg_in_status() 578 port_status |= USB_PORT_STAT_HIGH_SPEED; in dwc_otg_submit_rh_msg_in_status() 587 *(uint32_t *)buffer = cpu_to_le32(port_status | in dwc_otg_submit_rh_msg_in_status()
|
A D | xhci.c | 859 u16 wIndex, volatile uint32_t *addr, u32 port_status) in xhci_clear_port_change_bit() argument 891 xhci_writel(addr, port_status | status); in xhci_clear_port_change_bit() 893 port_status = xhci_readl(addr); in xhci_clear_port_change_bit() 895 port_change_bit, wIndex, port_status); in xhci_clear_port_change_bit()
|
A D | r8a66597.h | 396 unsigned short port_status; member
|
A D | r8a66597-hcd.c | 548 r8a66597->port_status = USB_PORT_STAT_CONNECTION | in check_usb_device_connecting() 606 *(__u32 *)buffer = cpu_to_le32(r8a66597->port_status | in r8a66597_submit_rh_msg()
|
/u-boot/include/ |
A D | ahci.h | 192 int (*port_status)(struct udevice *dev, int port); member
|
/u-boot/board/compulab/cm_fx6/ |
A D | cm_fx6.c | 780 .port_status = dwc_ahsata_port_status,
|
Completed in 39 milliseconds