Lines Matching refs:port_status
171 static unsigned int xhci_port_speed(unsigned int port_status) in xhci_port_speed() argument
173 if (DEV_LOWSPEED(port_status)) in xhci_port_speed()
175 if (DEV_HIGHSPEED(port_status)) in xhci_port_speed()
339 u16 wIndex, __le32 __iomem *addr, u32 port_status) in xhci_disable_port() argument
349 writel(port_status | PORT_PE, addr); in xhci_disable_port()
350 port_status = readl(addr); in xhci_disable_port()
352 wIndex, port_status); in xhci_disable_port()
356 u16 wIndex, __le32 __iomem *addr, u32 port_status) in xhci_clear_port_change_bit() argument
399 writel(port_status | status, addr); in xhci_clear_port_change_bit()
400 port_status = readl(addr); in xhci_clear_port_change_bit()
402 port_change_bit, wIndex, port_status); in xhci_clear_port_change_bit()
648 int port_status = readl(port_array[wIndex]); in xhci_get_port_status() local
651 port_status); in xhci_get_port_status()