Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h317 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
H A Dr8a66597.h591 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
H A Dohci-hcd.c477 (temp & RH_PS_PESC) ? " PESC" : "", 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()
1328 case (RH_C_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_PESC); OK(0); in ohci_submit_rh_msg()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h301 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
H A Dau1x00_usb_ohci.c339 (temp & RH_PS_PESC) ? " PESC" : "", 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()
963 WR_RH_PORTSTAT (RH_PS_PESC); OK (0); in ohci_submit_rh_msg()