Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c25 (value & RH_PS_PESC) ? " PESC" : "", \
508 if (status & (RH_PS_CSC | RH_PS_PESC | RH_PS_PSSC in ohci_hub_status_data()
711 temp = RH_PS_PESC; in ohci_hub_control()
H A Dohci.h307 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
H A Disp116x.h100 #define RH_PS_PESC (1 << 17) /* port enable status change */ macro
H A Disp116x-hcd.c933 if (status & (RH_PS_CSC | RH_PS_PESC | RH_PS_PSSC in isp116x_hub_status_data()
1073 tmp = RH_PS_PESC; in isp116x_hub_control()
H A Dohci-dbg.c176 (temp & RH_PS_PESC) ? " PESC" : "", \
H A Disp1362.h315 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
H A Disp1362-hcd.c1522 if (status & (RH_PS_CSC | RH_PS_PESC | RH_PS_PSSC | in isp1362_hub_status_data()
1631 tmp = RH_PS_PESC; in isp1362_hub_control()
H A Du132-hcd.c2720 temp = RH_PS_PESC; in u132_roothub_clearportfeature()
2786 RH_PS_PESC | RH_PS_PSSC | RH_PS_OCIC | in u132_hub_status_data()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
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()
H A Dau1x00_usb_ohci.h301 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h317 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro
H A Dohci-hcd.c477 (temp & RH_PS_PESC) ? " PESC" : "", in ohci_dump_roothub()
1235 if (((temp & (RH_PS_PESC | RH_PS_CSC)) == in rh_check_port_status()
1236 (RH_PS_PESC | RH_PS_CSC)) && in rh_check_port_status()
1327 case (RH_C_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_PESC); OK(0); in ohci_submit_rh_msg()
H A Dr8a66597.h591 #define RH_PS_PESC 0x00020000 /* port enable status change */ macro