Lines Matching refs:rh_a
1566 u32 rh_a = -1; in u132_init() local
1567 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_init()
1570 u132->num_ports = rh_a & RH_A_NDP; in u132_init()
2563 u32 rh_a = -1; in u132_roothub_descriptor() local
2565 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_roothub_descriptor()
2569 desc->bPwrOn2PwrGood = (rh_a & RH_A_POTPGT) >> 24; in u132_roothub_descriptor()
2575 if (rh_a & RH_A_NPS) in u132_roothub_descriptor()
2577 if (rh_a & RH_A_PSM) in u132_roothub_descriptor()
2579 if (rh_a & RH_A_NOCP) in u132_roothub_descriptor()
2581 else if (rh_a & RH_A_OCPM) in u132_roothub_descriptor()
3060 u32 rh_a = -1; in u132_probe() local
3072 retval = ftdi_read_pcimem(pdev, roothub.a, &rh_a); in u132_probe()