Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h316 #define RH_PS_CSC 0x00010000 /* connect status change */ macro
H A Dr8a66597.h590 #define RH_PS_CSC 0x00010000 /* connect status change */ macro
H A Dohci-hcd.c478 (temp & RH_PS_CSC) ? " CSC" : "", in ohci_dump_roothub()
1236 if (((temp & (RH_PS_PESC | RH_PS_CSC)) == in rh_check_port_status()
1237 (RH_PS_PESC | RH_PS_CSC)) && in rh_check_port_status()
1327 case (RH_C_PORT_CONNECTION): WR_RH_PORTSTAT(RH_PS_CSC); OK(0); in ohci_submit_rh_msg()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h300 #define RH_PS_CSC 0x00010000 /* connect status change */ macro
H A Dau1x00_usb_ohci.c340 (temp & RH_PS_CSC) ? " CSC" : "", in ohci_dump_roothub()
872 if (((temp & (RH_PS_PESC | RH_PS_CSC)) == in rh_check_port_status()
873 (RH_PS_PESC | RH_PS_CSC)) && in rh_check_port_status()
961 WR_RH_PORTSTAT (RH_PS_CSC ); OK (0); in ohci_submit_rh_msg()