roothub_a 199 drivers/usb/host/ohci-dbg.c temp = roothub_a (controller); roothub_a 510 drivers/usb/host/ohci-hcd.c ohci->num_ports = roothub_a(ohci) & RH_A_NDP; roothub_a 675 drivers/usb/host/ohci-hcd.c val = roothub_a (ohci); roothub_a 479 drivers/usb/host/ohci-hub.c && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) { roothub_a 539 drivers/usb/host/ohci-hub.c u32 rh = roothub_a (ohci); roothub_a 256 drivers/usb/host/ohci-omap.c u32 rh = roothub_a (ohci); roothub_a 1597 drivers/usb/host/u132-hcd.c u32 roothub_a; roothub_a 1640 drivers/usb/host/u132-hcd.c retval = u132_read_pcimem(u132, roothub.a, &roothub_a); roothub_a 1643 drivers/usb/host/u132-hcd.c if (!(roothub_a & RH_A_NPS)) { roothub_a 1738 drivers/usb/host/u132-hcd.c retval = u132_read_pcimem(u132, roothub.a, &roothub_a); roothub_a 1741 drivers/usb/host/u132-hcd.c roothub_a &= ~(RH_A_PSM | RH_A_OCPM); roothub_a 1743 drivers/usb/host/u132-hcd.c roothub_a |= RH_A_NOCP; roothub_a 1744 drivers/usb/host/u132-hcd.c roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); roothub_a 1745 drivers/usb/host/u132-hcd.c retval = u132_write_pcimem(u132, roothub.a, roothub_a); roothub_a 1749 drivers/usb/host/u132-hcd.c roothub_a |= RH_A_NPS; roothub_a 1750 drivers/usb/host/u132-hcd.c retval = u132_write_pcimem(u132, roothub.a, roothub_a); roothub_a 1758 drivers/usb/host/u132-hcd.c (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); roothub_a 1764 drivers/usb/host/u132-hcd.c mdelay((roothub_a >> 23) & 0x1fe); roothub_a 2204 drivers/usb/misc/ftdi-elan.c u32 roothub_a; roothub_a 2252 drivers/usb/misc/ftdi-elan.c retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); roothub_a 2255 drivers/usb/misc/ftdi-elan.c if (!(roothub_a & RH_A_NPS)) { /* power down each port */ roothub_a 2354 drivers/usb/misc/ftdi-elan.c retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); roothub_a 2357 drivers/usb/misc/ftdi-elan.c roothub_a &= ~(RH_A_PSM | RH_A_OCPM); roothub_a 2359 drivers/usb/misc/ftdi-elan.c roothub_a |= RH_A_NOCP; roothub_a 2360 drivers/usb/misc/ftdi-elan.c roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); roothub_a 2361 drivers/usb/misc/ftdi-elan.c retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); roothub_a 2365 drivers/usb/misc/ftdi-elan.c roothub_a |= RH_A_NPS; roothub_a 2366 drivers/usb/misc/ftdi-elan.c retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); roothub_a 2374 drivers/usb/misc/ftdi-elan.c (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); roothub_a 2380 drivers/usb/misc/ftdi-elan.c mdelay((roothub_a >> 23) & 0x1fe);