Searched refs:RH_PS_CCS (Results 1 – 3 of 3) sorted by relevance
309 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
487 (temp & RH_PS_CCS) ? " CCS" : "" in ohci_dump_roothub()1237 ((temp & RH_PS_CCS) == 0)) { in rh_check_port_status()1323 case (RH_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_CCS); OK(0); in ohci_submit_rh_msg()1339 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()1346 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
582 #define RH_PS_CCS 0x00000001 /* current connect status */ macro