Home
last modified time | relevance | path

Searched refs:RH_PS_PRS (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dohci-hub.c29 (temp & RH_PS_PRS) ? " PRS" : "", \
610 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset()
663 if (!(temp & RH_PS_PRS)) in root_port_reset()
685 ohci_writel (ohci, RH_PS_PRS, portstat); in root_port_reset()
Dohci.h294 #define RH_PS_PRS 0x00000010 /* port reset status */ macro
Disp116x.h95 #define RH_PS_PRS (1 << 4) /* port reset status */ macro
Disp116x-hcd.c981 if (!(tmp & RH_PS_PRS)) in root_port_reset()
992 HCRHPORT1, (RH_PS_PRS)); in root_port_reset()
Dohci-dbg.c233 (temp & RH_PS_PRS) ? " PRS" : "", \
Disp1362.h361 #define RH_PS_PRS 0x00000010 /* port reset status */ macro
Du132-hcd.c2667 if (RH_PS_PRS & portstat) in u132_roothub_portreset()
2672 if (RH_PS_PRS & portstat) in u132_roothub_portreset()
2686 RH_PS_PRS); in u132_roothub_portreset()
Disp1362-hcd.c1698 if (!(tmp & RH_PS_PRS)) in isp1362_hub_control()
1705 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, (RH_PS_PRS)); in isp1362_hub_control()