Lines Matching refs:port_status
272 static unsigned int xhci_port_speed(unsigned int port_status) in xhci_port_speed() argument
274 if (DEV_LOWSPEED(port_status)) in xhci_port_speed()
276 if (DEV_HIGHSPEED(port_status)) in xhci_port_speed()
440 u16 wIndex, __le32 __iomem *addr, u32 port_status) in xhci_disable_port() argument
450 writel(port_status | PORT_PE, addr); in xhci_disable_port()
451 port_status = readl(addr); in xhci_disable_port()
453 wIndex, port_status); in xhci_disable_port()
457 u16 wIndex, __le32 __iomem *addr, u32 port_status) in xhci_clear_port_change_bit() argument
500 writel(port_status | status, addr); in xhci_clear_port_change_bit()
501 port_status = readl(addr); in xhci_clear_port_change_bit()
503 port_change_bit, wIndex, port_status); in xhci_clear_port_change_bit()
787 int port_status = readl(port_array[wIndex]); in xhci_get_port_status() local
790 port_status); in xhci_get_port_status()