Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-da8xx.c234 u32 rh_a; in ohci_da8xx_reset() local
260 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset()
262 rh_a &= ~RH_A_NPS; in ohci_da8xx_reset()
263 rh_a |= RH_A_PSM; in ohci_da8xx_reset()
266 rh_a &= ~RH_A_NOCP; in ohci_da8xx_reset()
267 rh_a |= RH_A_OCPM; in ohci_da8xx_reset()
270 rh_a &= ~RH_A_POTPGT; in ohci_da8xx_reset()
271 rh_a |= hub->potpgt << 24; in ohci_da8xx_reset()
273 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_reset()