Searched refs:RH_PS_CCS (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hub.c34 (temp & RH_PS_CCS) ? " CCS" : "" \
447 any_connected |= (status & RH_PS_CCS);
523 if (!(status & RH_PS_CCS))
583 if (!(temp & RH_PS_CCS))
633 temp = RH_PS_CCS;
H A Disp116x-hcd.c994 if (!(tmp & RH_PS_CCS)) {
1070 tmp = RH_PS_CCS;
1404 isp116x_write_reg32(isp116x, HCRHPORT1, RH_PS_CCS);
1405 isp116x_write_reg32(isp116x, HCRHPORT2, RH_PS_CCS);
H A Dohci.h290 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
H A Disp116x.h90 #define RH_PS_CCS (1 << 0) /* current connect status */ macro
H A Dohci-dbg.c216 (temp & RH_PS_CCS) ? " CCS" : "" \
H A Du132-hcd.c2623 if (RH_PS_CCS & portstat) {
2694 temp = RH_PS_CCS;
2775 if (!(u132->hc_roothub_portstatus[i] & RH_PS_CCS)) {

Completed in 109 milliseconds