Searched refs:WR_RH_PORTSTAT (Results 1 – 1 of 1) sorted by relevance
1209 #define WR_RH_PORTSTAT(x) ohci_writel((x), \ macro1319 case (RH_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_CCS); OK(0); in ohci_submit_rh_msg()1320 case (RH_PORT_SUSPEND): WR_RH_PORTSTAT(RH_PS_POCI); OK(0); in ohci_submit_rh_msg()1321 case (RH_PORT_POWER): WR_RH_PORTSTAT(RH_PS_LSDA); OK(0); in ohci_submit_rh_msg()1322 case (RH_C_PORT_CONNECTION): WR_RH_PORTSTAT(RH_PS_CSC); OK(0); in ohci_submit_rh_msg()1323 case (RH_C_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_PESC); OK(0); in ohci_submit_rh_msg()1324 case (RH_C_PORT_SUSPEND): WR_RH_PORTSTAT(RH_PS_PSSC); OK(0); in ohci_submit_rh_msg()1333 WR_RH_PORTSTAT(RH_PS_PSS); OK(0); in ohci_submit_rh_msg()1336 WR_RH_PORTSTAT(RH_PS_PRS); in ohci_submit_rh_msg()1339 WR_RH_PORTSTAT(RH_PS_PPS); in ohci_submit_rh_msg()[all …]