Home
last modified time | relevance | path

Searched refs:portstat (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dohci-hub.c647 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset() local
663 temp = ohci_readl (ohci, portstat); in root_port_reset()
686 ohci_writel (ohci, RH_PS_PRSC, portstat); in root_port_reset()
689 ohci_writel (ohci, RH_PS_PRS, portstat); in root_port_reset()
Du132-hcd.c2662 u32 portstat; in u132_roothub_portreset() local
2665 roothub.portstatus[port_index], &portstat); in u132_roothub_portreset()
2668 if (RH_PS_PRS & portstat) in u132_roothub_portreset()
2673 if (RH_PS_PRS & portstat) in u132_roothub_portreset()
2675 if (RH_PS_CCS & portstat) { in u132_roothub_portreset()
2676 if (RH_PS_PRSC & portstat) { in u132_roothub_portreset()