Home
last modified time | relevance | path

Searched refs:RH_PS_CCS (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/host/
Dohci.h309 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
Dohci-hcd.c487 (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()
Dr8a66597.h582 #define RH_PS_CCS 0x00000001 /* current connect status */ macro