Lines Matching refs:roothub_a
1605 u32 roothub_a; in u132_run() local
1648 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run()
1651 if (!(roothub_a & RH_A_NPS)) { in u132_run()
1746 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run()
1749 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in u132_run()
1751 roothub_a |= RH_A_NOCP; in u132_run()
1752 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run()
1753 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run()
1757 roothub_a |= RH_A_NPS; in u132_run()
1758 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run()
1766 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in u132_run()
1772 mdelay((roothub_a >> 23) & 0x1fe); in u132_run()