Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c22 (value & RH_PS_PRSC) ? " PRSC" : "", \
509 | RH_PS_OCIC | RH_PS_PRSC)) { in ohci_hub_status_data()
657 if (temp & RH_PS_PRSC) in root_port_reset()
658 ohci_writel (ohci, RH_PS_PRSC, portstat); in root_port_reset()
729 temp = RH_PS_PRSC; in ohci_hub_control()
H A Dohci.h310 #define RH_PS_PRSC 0x00100000 /* port reset status change */ macro
H A Disp116x.h105 #define RH_PS_PRSC (1 << 20) /* port reset status change */ macro
H A Disp116x-hcd.c934 | RH_PS_OCIC | RH_PS_PRSC)) { in isp116x_hub_status_data()
1097 tmp = RH_PS_PRSC; in isp116x_hub_control()
H A Dohci-dbg.c173 (temp & RH_PS_PRSC) ? " PRSC" : "", \
H A Du132-hcd.c2658 if (RH_PS_PRSC & portstat) { in u132_roothub_portreset()
2661 RH_PS_PRSC); in u132_roothub_portreset()
2743 temp = RH_PS_PRSC; in u132_roothub_clearportfeature()
2787 RH_PS_PRSC)) { in u132_hub_status_data()
H A Disp1362.h318 #define RH_PS_PRSC 0x00100000 /* port reset status change */ macro
H A Disp1362-hcd.c1523 RH_PS_OCIC | RH_PS_PRSC)) { in isp1362_hub_status_data()
1656 tmp = RH_PS_PRSC; in isp1362_hub_control()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h304 #define RH_PS_PRSC 0x00100000 /* port reset status change */ macro
H A Dau1x00_usb_ohci.c336 (temp & RH_PS_PRSC) ? " PRSC" : "", in ohci_dump_roothub()
969 WR_RH_PORTSTAT (RH_PS_PRSC); OK (0); in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h320 #define RH_PS_PRSC 0x00100000 /* port reset status change */ macro
H A Dr8a66597.h594 #define RH_PS_PRSC 0x00100000 /* port reset status change */ macro
H A Dohci-hcd.c474 (temp & RH_PS_PRSC) ? " PRSC" : "", in ohci_dump_roothub()
1330 case (RH_C_PORT_RESET): WR_RH_PORTSTAT(RH_PS_PRSC); OK(0); in ohci_submit_rh_msg()