Lines Matching refs:save_fcr
484 static u32 save_fcr[6]; variable
528 save_fcr[2] = MACIO_IN32(0x38); in heathrow_sleep()
529 save_fcr[3] = MACIO_IN32(0x3c); in heathrow_sleep()
532 save_fcr[0] = MACIO_IN32(0x38); in heathrow_sleep()
533 save_fcr[1] = MACIO_IN32(0x3c); in heathrow_sleep()
559 MACIO_OUT32(0x38, save_fcr[2]); in heathrow_wakeup()
562 MACIO_OUT32(0x3c, save_fcr[3]); in heathrow_wakeup()
567 MACIO_OUT32(0x38, save_fcr[0] | HRW_IOBUS_ENABLE); in heathrow_wakeup()
570 MACIO_OUT32(0x3c, save_fcr[1]); in heathrow_wakeup()
1709 save_fcr[0] = MACIO_IN32(KEYLARGO_FCR0); in core99_sleep()
1710 save_fcr[1] = MACIO_IN32(KEYLARGO_FCR1); in core99_sleep()
1711 save_fcr[2] = MACIO_IN32(KEYLARGO_FCR2); in core99_sleep()
1712 save_fcr[3] = MACIO_IN32(KEYLARGO_FCR3); in core99_sleep()
1713 save_fcr[4] = MACIO_IN32(KEYLARGO_FCR4); in core99_sleep()
1715 save_fcr[5] = MACIO_IN32(KEYLARGO_FCR5); in core99_sleep()
1782 MACIO_OUT32(KEYLARGO_FCR0, save_fcr[0]); in core99_wake_up()
1784 MACIO_OUT32(KEYLARGO_FCR1, save_fcr[1]); in core99_wake_up()
1786 MACIO_OUT32(KEYLARGO_FCR2, save_fcr[2]); in core99_wake_up()
1788 MACIO_OUT32(KEYLARGO_FCR3, save_fcr[3]); in core99_wake_up()
1790 MACIO_OUT32(KEYLARGO_FCR4, save_fcr[4]); in core99_wake_up()
1793 MACIO_OUT32(KEYLARGO_FCR5, save_fcr[5]); in core99_wake_up()