Lines Matching refs:roothub_a
2207 u32 roothub_a;
2255 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a);
2258 if (!(roothub_a & RH_A_NPS)) { /* power down each port */
2357 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a);
2360 roothub_a &= ~(RH_A_PSM | RH_A_OCPM);
2362 roothub_a |= RH_A_NOCP;
2363 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
2364 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a);
2368 roothub_a |= RH_A_NPS;
2369 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a);
2377 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM);
2383 mdelay((roothub_a >> 23) & 0x1fe);