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.c221 u32 rh_a; in ohci_da8xx_reset() local
247 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset()
249 rh_a &= ~RH_A_NPS; in ohci_da8xx_reset()
250 rh_a |= RH_A_PSM; in ohci_da8xx_reset()
253 rh_a &= ~RH_A_NOCP; in ohci_da8xx_reset()
254 rh_a |= RH_A_OCPM; in ohci_da8xx_reset()
256 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_reset()