Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-hub.c31 (value & RH_PS_POCI) ? " POCI" : "", \
718 temp = RH_PS_POCI; in ohci_hub_control()
H A Dohci-s3c2410.c278 *data |= cpu_to_le32(RH_PS_POCI); in ohci_s3c2410_hub_control()
H A Dohci-da8xx.c306 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.c477 *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.c1076 tmp = RH_PS_POCI; in isp116x_hub_control()
1477 isp116x_write_reg32(isp116x, RH_PS_POCI, val in isp116x_bus_resume()
H A Dohci-dbg.c182 (temp & RH_PS_POCI) ? " POCI" : "", \