Lines Matching refs:roothub_a
1594 u32 roothub_a;
1637 retval = u132_read_pcimem(u132, roothub.a, &roothub_a);
1640 if (!(roothub_a & RH_A_NPS)) {
1735 retval = u132_read_pcimem(u132, roothub.a, &roothub_a);
1738 roothub_a &= ~(RH_A_PSM | RH_A_OCPM);
1740 roothub_a |= RH_A_NOCP;
1741 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
1742 retval = u132_write_pcimem(u132, roothub.a, roothub_a);
1746 roothub_a |= RH_A_NPS;
1747 retval = u132_write_pcimem(u132, roothub.a, roothub_a);
1755 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM);
1761 mdelay((roothub_a >> 23) & 0x1fe);