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