Lines Matching refs:rh_a
1580 u32 rh_a = -1; in u132_init() local
1581 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_init()
1584 u132->num_ports = rh_a & RH_A_NDP; in u132_init()
2582 u32 rh_a = -1; in u132_roothub_descriptor() local
2584 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_roothub_descriptor()
2588 desc->bPwrOn2PwrGood = (rh_a & RH_A_POTPGT) >> 24; in u132_roothub_descriptor()
2594 if (rh_a & RH_A_NPS) in u132_roothub_descriptor()
2596 if (rh_a & RH_A_PSM) in u132_roothub_descriptor()
2598 if (rh_a & RH_A_NOCP) in u132_roothub_descriptor()
2600 else if (rh_a & RH_A_OCPM) in u132_roothub_descriptor()
3092 u32 rh_a = -1; in u132_probe() local
3105 retval = ftdi_read_pcimem(pdev, roothub.a, &rh_a); in u132_probe()
3108 num_ports = rh_a & RH_A_NDP; /* refuse to confuse usbcore */ in u132_probe()