Lines Matching refs:roothub_a
2206 u32 roothub_a; in ftdi_elan_check_controller() local
2254 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2257 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller()
2356 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2359 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller()
2361 roothub_a |= RH_A_NOCP; in ftdi_elan_check_controller()
2362 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()
2363 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
2367 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller()
2368 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
2376 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in ftdi_elan_check_controller()
2382 mdelay((roothub_a >> 23) & 0x1fe); in ftdi_elan_check_controller()