Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h296 #define RH_PS_POCI 0x00000008 /* port over current indicator */ macro
H A Dau1x00_usb_ohci.c345 (temp & RH_PS_POCI) ? " POCI" : "", in ohci_dump_roothub()
957 WR_RH_PORTSTAT (RH_PS_POCI); OK (0); in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h312 #define RH_PS_POCI 0x00000008 /* port over current indicator */ macro
H A Dr8a66597.h586 #define RH_PS_POCI 0x00000008 /* port over current indicator */ macro
H A Dohci-hcd.c483 (temp & RH_PS_POCI) ? " POCI" : "", in ohci_dump_roothub()
1324 case (RH_PORT_SUSPEND): WR_RH_PORTSTAT(RH_PS_POCI); OK(0); in ohci_submit_rh_msg()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c31 (value & RH_PS_POCI) ? " POCI" : "", \
714 temp = RH_PS_POCI; in ohci_hub_control()
H A Dohci-s3c2410.c280 *data |= cpu_to_le32(RH_PS_POCI); in ohci_s3c2410_hub_control()
H A Dohci-da8xx.c322 temp |= RH_PS_POCI; in ohci_da8xx_hub_control()
H A Dohci.h302 #define RH_PS_POCI 0x00000008 /* port over current indicator */ macro
H A Dohci-at91.c454 *data |= cpu_to_le32(RH_PS_POCI); in ohci_at91_hub_control()
H A Disp116x.h94 #define RH_PS_POCI (1 << 3) /* port over current macro
H A Disp116x-hcd.c1077 tmp = RH_PS_POCI; in isp116x_hub_control()
1478 isp116x_write_reg32(isp116x, RH_PS_POCI, val in isp116x_bus_resume()
H A Dohci-dbg.c182 (temp & RH_PS_POCI) ? " POCI" : "", \
H A Disp1362.h310 #define RH_PS_POCI 0x00000008 /* port over current indicator */ macro
H A Disp1362-hcd.c1635 tmp = RH_PS_POCI; in isp1362_hub_control()
1887 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + port, RH_PS_POCI); in isp1362_bus_resume()
H A Du132-hcd.c2723 temp = RH_PS_POCI; in u132_roothub_clearportfeature()