Home
last modified time | relevance | path

Searched refs:RH_PS_OCIC (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c23 (value & RH_PS_OCIC) ? " OCIC" : "", \
509 | RH_PS_OCIC | RH_PS_PRSC)) { in ohci_hub_status_data()
726 temp = RH_PS_OCIC; in ohci_hub_control()
H A Dohci-s3c2410.c277 *data |= cpu_to_le32(RH_PS_OCIC); in ohci_s3c2410_hub_control()
H A Dohci-da8xx.c326 temp |= RH_PS_OCIC; in ohci_da8xx_hub_control()
H A Dohci.h309 #define RH_PS_OCIC 0x00080000 /* over current indicator change */ macro
H A Dohci-at91.c451 *data |= cpu_to_le32(RH_PS_OCIC); in ohci_at91_hub_control()
H A Disp116x.h103 #define RH_PS_OCIC (1 << 19) /* over current indicator macro
H A Disp116x-hcd.c934 | RH_PS_OCIC | RH_PS_PRSC)) { in isp116x_hub_status_data()
1093 tmp = RH_PS_OCIC; in isp116x_hub_control()
H A Dohci-dbg.c174 (temp & RH_PS_OCIC) ? " OCIC" : "", \
H A Disp1362.h317 #define RH_PS_OCIC 0x00080000 /* over current indicator change */ macro
H A Disp1362-hcd.c1523 RH_PS_OCIC | RH_PS_PRSC)) { in isp1362_hub_status_data()
1652 tmp = RH_PS_OCIC; in isp1362_hub_control()
H A Du132-hcd.c2740 temp = RH_PS_OCIC; 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.h303 #define RH_PS_OCIC 0x00080000 /* over current indicator change */ macro
H A Dau1x00_usb_ohci.c337 (temp & RH_PS_OCIC) ? " OCIC" : "", in ohci_dump_roothub()
967 WR_RH_PORTSTAT (RH_PS_OCIC); OK (0); in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h319 #define RH_PS_OCIC 0x00080000 /* over current indicator change */ macro
H A Dr8a66597.h593 #define RH_PS_OCIC 0x00080000 /* over current indicator change */ macro
H A Dohci-hcd.c475 (temp & RH_PS_OCIC) ? " OCIC" : "", in ohci_dump_roothub()
1329 case (RH_C_PORT_OVER_CURRENT):WR_RH_PORTSTAT(RH_PS_OCIC); OK(0); in ohci_submit_rh_msg()