Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dpmac_feature.h362 #define MACIO_FLAG_AIRPORT_ON 0x00000010 macro
/arch/powerpc/platforms/powermac/
Dfeature.c972 state = (macio->flags & MACIO_FLAG_AIRPORT_ON) != 0; in core99_airport_enable()
1023 macio->flags |= MACIO_FLAG_AIRPORT_ON; in core99_airport_enable()
1036 macio->flags &= ~MACIO_FLAG_AIRPORT_ON; in core99_airport_enable()
1689 if (macio->flags & MACIO_FLAG_AIRPORT_ON) in core99_sleep()
2864 macio_chips[0].flags |= MACIO_FLAG_AIRPORT_ON; in set_initial_features()