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

/linux-master/drivers/usb/host/
H A Dohci-hub.c35 (value & RH_PS_CCS) ? " CCS" : "" \
509 any_connected |= (status & RH_PS_CCS);
591 if (!(status & RH_PS_CCS))
658 if (!(temp & RH_PS_CCS))
712 temp = RH_PS_CCS;
H A Disp116x-hcd.c989 if (!(tmp & RH_PS_CCS)) {
1068 tmp = RH_PS_CCS;
1383 isp116x_write_reg32(isp116x, HCRHPORT1, RH_PS_CCS);
1384 isp116x_write_reg32(isp116x, HCRHPORT2, RH_PS_CCS);
H A Disp116x.h91 #define RH_PS_CCS (1 << 0) /* current connect status */ macro
H A Dohci.h299 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
H A Disp1362.h307 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
H A Dohci-dbg.c186 (temp & RH_PS_CCS) ? " CCS" : "" \
H A Disp1362-hcd.c1529 if (!(status & RH_PS_CCS))
1627 tmp = RH_PS_CCS;
1703 if (!(tmp & RH_PS_CCS))

Completed in 134 milliseconds