Home
last modified time | relevance | path

Searched refs:save_fcr (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/powermac/
Dfeature.c490 static u32 save_fcr[6]; variable
534 save_fcr[2] = MACIO_IN32(0x38); in heathrow_sleep()
535 save_fcr[3] = MACIO_IN32(0x3c); in heathrow_sleep()
538 save_fcr[0] = MACIO_IN32(0x38); in heathrow_sleep()
539 save_fcr[1] = MACIO_IN32(0x3c); in heathrow_sleep()
565 MACIO_OUT32(0x38, save_fcr[2]); in heathrow_wakeup()
568 MACIO_OUT32(0x3c, save_fcr[3]); in heathrow_wakeup()
573 MACIO_OUT32(0x38, save_fcr[0] | HRW_IOBUS_ENABLE); in heathrow_wakeup()
576 MACIO_OUT32(0x3c, save_fcr[1]); in heathrow_wakeup()
1725 save_fcr[0] = MACIO_IN32(KEYLARGO_FCR0); in core99_sleep()
[all …]