Searched refs:port_status (Results 1 – 6 of 6) sorted by relevance
548 u32 port_status; in set_owner() local559 port_status = ehci_readl(ehci, in set_owner()566 port_status ^= PORT_OWNER; in set_owner()568 ehci_writel(ehci, port_status, in set_owner()583 int port_status in check_reset_complete() argument585 if (!(port_status & PORT_CONNECT)) in check_reset_complete()586 return port_status; in check_reset_complete()589 if (!(port_status & PORT_PE)) { in check_reset_complete()602 port_status |= PORT_OWNER; in check_reset_complete()603 port_status &= ~PORT_RWC_BITS; in check_reset_complete()[all …]
322 &ehci->regs->port_status[port]); in ehci_turn_off_all_ports()794 pstatus0 = ehci_readl(ehci, &ehci->regs->port_status[0]); in ehci_irq_handler()820 &ehci->regs->port_status[i]); in ehci_irq_handler()
129 u32 port_status[0]; /* up to N_PORTS */ member
295 gmac_link_status_t port_status; in phy_linkchange() local307 res = R_GMAC_GetLinkStatus(&g_ether0_ctrl, port, &port_status); in phy_linkchange()
185 int (*port_status)(struct rt_device *dev, int port); member
528 u32 port_status; in ahci_port_start() local533 port_status = readl(&port_mmio->ssts); in ahci_port_start()534 debug("Port %d status: %x\n", port, port_status); in ahci_port_start()536 if ((port_status & 0xf) != 0x03) in ahci_port_start()
Completed in 23 milliseconds