Searched refs:rh_a (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-da8xx.c | 233 u32 rh_a; in ohci_da8xx_reset() local 259 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset() 261 rh_a &= ~RH_A_NPS; in ohci_da8xx_reset() 262 rh_a |= RH_A_PSM; in ohci_da8xx_reset() 265 rh_a &= ~RH_A_NOCP; in ohci_da8xx_reset() 266 rh_a |= RH_A_OCPM; in ohci_da8xx_reset() 269 rh_a &= ~RH_A_POTPGT; in ohci_da8xx_reset() 270 rh_a |= hub->potpgt << 24; in ohci_da8xx_reset() 272 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_reset()
|
H A D | u132-hcd.c | 1566 u32 rh_a = -1; in u132_init() local 1567 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_init() 1570 u132->num_ports = rh_a & RH_A_NDP; in u132_init() 2565 u32 rh_a = -1; in u132_roothub_descriptor() local 2567 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_roothub_descriptor() 2571 desc->bPwrOn2PwrGood = (rh_a & RH_A_POTPGT) >> 24; in u132_roothub_descriptor() 2577 if (rh_a & RH_A_NPS) in u132_roothub_descriptor() 2579 if (rh_a & RH_A_PSM) in u132_roothub_descriptor() 2581 if (rh_a & RH_A_NOCP) in u132_roothub_descriptor() 2583 else if (rh_a in u132_roothub_descriptor() 3062 u32 rh_a = -1; u132_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-da8xx.c | 234 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()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | ftdi-elan.c | 2201 u32 rh_a = -1; in ftdi_elan_check_controller() local 2218 retval = ftdi_read_pcimem(ftdi, roothub.a, &rh_a); in ftdi_elan_check_controller() 2221 num_ports = rh_a & RH_A_NDP; in ftdi_elan_check_controller()
|
Completed in 11 milliseconds