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

/drivers/usb/host/
H A Dohci-da8xx.c91 u32 rh_a; local
113 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a);
115 rh_a &= ~RH_A_NPS;
116 rh_a |= RH_A_PSM;
119 rh_a &= ~RH_A_NOCP;
120 rh_a |= RH_A_OCPM;
122 rh_a &= ~RH_A_POTPGT;
123 rh_a |= hub->potpgt << 24;
124 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a);
H A Du132-hcd.c1580 u32 rh_a = -1; local
1581 retval = u132_read_pcimem(u132, roothub.a, &rh_a);
1584 u132->num_ports = rh_a & RH_A_NDP;
2582 u32 rh_a = -1; local
2584 retval = u132_read_pcimem(u132, roothub.a, &rh_a);
2588 desc->bPwrOn2PwrGood = (rh_a & RH_A_POTPGT) >> 24;
2594 if (rh_a & RH_A_NPS)
2596 if (rh_a & RH_A_PSM)
2598 if (rh_a & RH_A_NOCP)
2600 else if (rh_a
3092 u32 rh_a = -1; local
[all...]
/drivers/usb/misc/
H A Dftdi-elan.c2301 u32 rh_a = -1; local
2318 retval = ftdi_read_pcimem(ftdi, roothub.a, &rh_a);
2321 num_ports = rh_a & RH_A_NDP;

Completed in 135 milliseconds