Lines Matching refs:roothub_a
2207 u32 roothub_a; in ftdi_elan_check_controller() local
2255 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2258 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller()
2357 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2360 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller()
2362 roothub_a |= RH_A_NOCP; in ftdi_elan_check_controller()
2363 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()
2364 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
2368 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller()
2369 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
2377 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in ftdi_elan_check_controller()
2383 mdelay((roothub_a >> 23) & 0x1fe); in ftdi_elan_check_controller()