Lines Matching refs:port_status
281 static unsigned int xhci_port_speed(unsigned int port_status) in xhci_port_speed() argument
283 if (DEV_LOWSPEED(port_status)) in xhci_port_speed()
285 if (DEV_HIGHSPEED(port_status)) in xhci_port_speed()
472 u16 wIndex, __le32 __iomem *addr, u32 port_status) in xhci_disable_port() argument
488 writel(port_status | PORT_PE, addr); in xhci_disable_port()
489 port_status = readl(addr); in xhci_disable_port()
491 wIndex, port_status); in xhci_disable_port()
495 u16 wIndex, __le32 __iomem *addr, u32 port_status) in xhci_clear_port_change_bit() argument
538 writel(port_status | status, addr); in xhci_clear_port_change_bit()
539 port_status = readl(addr); in xhci_clear_port_change_bit()
541 port_change_bit, wIndex, port_status); in xhci_clear_port_change_bit()
935 int port_status = readl(port->addr); in xhci_get_port_status() local
938 port_status); in xhci_get_port_status()