Searched refs:RH_PS_CCS (Results 1 – 5 of 5) sorted by relevance
349 (temp & RH_PS_CCS) ? " CCS" : "" in ohci_dump_roothub()874 ((temp & RH_PS_CCS) == 0)) { in rh_check_port_status()955 WR_RH_PORTSTAT (RH_PS_CCS ); OK (0); in ohci_submit_rh_msg()978 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()984 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
293 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
309 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
487 (temp & RH_PS_CCS) ? " CCS" : "" in ohci_dump_roothub()1238 ((temp & RH_PS_CCS) == 0)) { in rh_check_port_status()1324 case (RH_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_CCS); OK(0); in ohci_submit_rh_msg()1340 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()1347 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
583 #define RH_PS_CCS 0x00000001 /* current connect status */ macro