Searched refs:port_status (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 29 static u32 port_status; variable 438 port_status |= USB_PORT_STAT_RESET; in musb_port_reset() 439 port_status &= ~USB_PORT_STAT_ENABLE; in musb_port_reset() 446 port_status |= USB_PORT_STAT_HIGH_SPEED; in musb_port_reset() 448 port_status &= ~(USB_PORT_STAT_RESET | (USB_PORT_STAT_C_CONNECTION << 16)); in musb_port_reset() 449 port_status |= USB_PORT_STAT_ENABLE in musb_port_reset() 522 port_status |= USB_PORT_STAT_CONNECTION in musb_submit_rh_msg() 524 port_status |= USB_PORT_STAT_HIGH_SPEED in musb_submit_rh_msg() 528 if (port_status & USB_PORT_STAT_RESET) in musb_submit_rh_msg() 531 *(__u32 *) data_buf = swap_32(port_status); in musb_submit_rh_msg() [all …]
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata.c | 36 if (!ops->port_status) in sata_dm_port_status() 39 return ops->port_status(dev, port); in sata_dm_port_status()
|
| H A D | ahci.c | 580 u32 port_status; in ahci_port_start() local 584 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_port_start() 585 debug("Port %d status: %x\n", port, port_status); in ahci_port_start() 586 if ((port_status & 0xf) != 0x03) { in ahci_port_start() 657 u32 port_status; in ahci_device_data_io() local 667 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_device_data_io() 668 if ((port_status & 0xf) != 0x03) { in ahci_device_data_io()
|
| H A D | dwc_ahsata.c | 438 u32 port_status; in ahci_port_start() local 443 port_status = readl(&port_mmio->ssts); in ahci_port_start() 444 debug("Port %d status: %x\n", port, port_status); in ahci_port_start() 445 if ((port_status & 0xf) != 0x03) { in ahci_port_start()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | dwc2.c | 542 uint32_t port_status = 0; in dwc_otg_submit_rh_msg_in_status() local 564 port_status |= USB_PORT_STAT_CONNECTION; in dwc_otg_submit_rh_msg_in_status() 566 port_status |= USB_PORT_STAT_ENABLE; in dwc_otg_submit_rh_msg_in_status() 568 port_status |= USB_PORT_STAT_SUSPEND; in dwc_otg_submit_rh_msg_in_status() 570 port_status |= USB_PORT_STAT_OVERCURRENT; in dwc_otg_submit_rh_msg_in_status() 572 port_status |= USB_PORT_STAT_RESET; in dwc_otg_submit_rh_msg_in_status() 574 port_status |= USB_PORT_STAT_POWER; in dwc_otg_submit_rh_msg_in_status() 577 port_status |= USB_PORT_STAT_LOW_SPEED; in dwc_otg_submit_rh_msg_in_status() 580 port_status |= USB_PORT_STAT_HIGH_SPEED; in dwc_otg_submit_rh_msg_in_status() 589 *(uint32_t *)buffer = cpu_to_le32(port_status | in dwc_otg_submit_rh_msg_in_status()
|
| H A D | xhci.c | 828 u16 wIndex, volatile uint32_t *addr, u32 port_status) in xhci_clear_port_change_bit() argument 860 xhci_writel(addr, port_status | status); in xhci_clear_port_change_bit() 862 port_status = xhci_readl(addr); in xhci_clear_port_change_bit() 864 port_change_bit, wIndex, port_status); in xhci_clear_port_change_bit()
|
| H A D | r8a66597-hcd.c | 546 r8a66597->port_status = USB_PORT_STAT_CONNECTION | in check_usb_device_connecting() 604 *(__u32 *)buffer = cpu_to_le32(r8a66597->port_status | in r8a66597_submit_rh_msg()
|
| H A D | r8a66597.h | 396 unsigned short port_status; member
|
| /rk3399_rockchip-uboot/include/ |
| H A D | ahci.h | 195 int (*port_status)(struct udevice *dev, int port); member
|
| /rk3399_rockchip-uboot/board/compulab/cm_fx6/ |
| H A D | cm_fx6.c | 821 .port_status = dwc_ahsata_port_status,
|