Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_feature.c106 } macio_chips[MAX_MACIO_CHIPS] __pmacdata; variable
120 for (i=0; i < MAX_MACIO_CHIPS && macio_chips[i].of_node; i++) in macio_find()
121 if (child == macio_chips[i].of_node && in macio_find()
122 (!type || macio_chips[i].type == type)) in macio_find()
123 return &macio_chips[i]; in macio_find()
346 struct macio_chip* macio = &macio_chips[0]; in ohare_sleep_state()
653 if (macio_chips[1].type == macio_gatwick) in heathrow_sleep_state()
654 heathrow_sleep(&macio_chips[0], 1); in heathrow_sleep_state()
655 heathrow_sleep(&macio_chips[0], 0); in heathrow_sleep_state()
657 heathrow_wakeup(&macio_chips[0], 0); in heathrow_sleep_state()
[all …]