Searched refs:RH_PS_CCS (Results 1 – 10 of 10) sorted by relevance
35 (value & RH_PS_CCS) ? " CCS" : "" \509 any_connected |= (status & RH_PS_CCS); in ohci_hub_status_data()591 if (!(status & RH_PS_CCS)) in ohci_start_port_reset()658 if (!(temp & RH_PS_CCS)) in root_port_reset()712 temp = RH_PS_CCS; in ohci_hub_control()
989 if (!(tmp & RH_PS_CCS)) { in root_port_reset()1068 tmp = RH_PS_CCS; in isp116x_hub_control()1383 isp116x_write_reg32(isp116x, HCRHPORT1, RH_PS_CCS); in isp116x_start()1384 isp116x_write_reg32(isp116x, HCRHPORT2, RH_PS_CCS); in isp116x_start()
299 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
91 #define RH_PS_CCS (1 << 0) /* current connect status */ macro
186 (temp & RH_PS_CCS) ? " CCS" : "" \
307 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
1529 if (!(status & RH_PS_CCS)) in isp1362_hub_status_data()1627 tmp = RH_PS_CCS; in isp1362_hub_control()1703 if (!(tmp & RH_PS_CCS)) in isp1362_hub_control()
309 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
483 (temp & RH_PS_CCS) ? " CCS" : "" in ohci_dump_roothub()1233 ((temp & RH_PS_CCS) == 0)) { in rh_check_port_status()1319 case (RH_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_CCS); OK(0); in ohci_submit_rh_msg()1335 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()1342 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
629 #define RH_PS_CCS 0x00000001 /* current connect status */ macro