Searched refs:RH_PS_PSS (Results 1 - 10 of 10) sorted by path

/drivers/usb/host/
H A Disp116x-hcd.c1111 ? HCRHPORT2 : HCRHPORT1, RH_PS_PSS);
1481 if (!(stat & RH_PS_PSS))
H A Disp116x.h92 #define RH_PS_PSS (1 << 2) /* port suspend status */ macro
H A Disp1362-hcd.c1670 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PSS);
1875 if (!(stat & RH_PS_PSS)) {
H A Disp1362.h354 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
H A Dohci-dbg.c182 (temp & RH_PS_PSS) ? " PSS" : "", \
H A Dohci-hcd.c827 if ((tmp & RH_PS_PES) && !(tmp & RH_PS_PSS))
H A Dohci-hub.c31 (temp & RH_PS_PSS) ? " PSS" : "", \
105 if ((temp & (RH_PS_PES | RH_PS_PSS)) ==
107 ohci_writel(ohci, RH_PS_PSS, portstat);
774 ohci_writel (ohci, RH_PS_PSS,
H A Dohci-omap.c187 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]);
H A Dohci.h300 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
H A Du132-hcd.c2711 roothub.portstatus[port_index], RH_PS_PSS);
2829 if ((u132->hc_roothub_portstatus[i] & RH_PS_PSS))

Completed in 59 milliseconds