Lines Matching refs:rh_a
1577 u32 rh_a = -1; in u132_init() local
1578 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_init()
1581 u132->num_ports = rh_a & RH_A_NDP; in u132_init()
2578 u32 rh_a = -1; in u132_roothub_descriptor() local
2580 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_roothub_descriptor()
2584 desc->bPwrOn2PwrGood = (rh_a & RH_A_POTPGT) >> 24; in u132_roothub_descriptor()
2590 if (rh_a & RH_A_NPS) in u132_roothub_descriptor()
2592 if (rh_a & RH_A_PSM) in u132_roothub_descriptor()
2594 if (rh_a & RH_A_NOCP) in u132_roothub_descriptor()
2596 else if (rh_a & RH_A_OCPM) in u132_roothub_descriptor()
3074 u32 rh_a = -1; in u132_probe() local
3087 retval = ftdi_read_pcimem(pdev, roothub.a, &rh_a); in u132_probe()
3090 num_ports = rh_a & RH_A_NDP; /* refuse to confuse usbcore */ in u132_probe()