Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c349 (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()
H A Dau1x00_usb_ohci.h293 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h309 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
H A Dohci-hcd.c487 (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()
H A Dr8a66597.h583 #define RH_PS_CCS 0x00000001 /* current connect status */ macro