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

/linux-master/arch/powerpc/include/asm/
H A Dpmac_feature.h362 #define MACIO_FLAG_AIRPORT_ON 0x00000010 macro
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c971 state = (macio->flags & MACIO_FLAG_AIRPORT_ON) != 0;
1022 macio->flags |= MACIO_FLAG_AIRPORT_ON;
1035 macio->flags &= ~MACIO_FLAG_AIRPORT_ON;
1678 if (macio->flags & MACIO_FLAG_AIRPORT_ON)
2848 macio_chips[0].flags |= MACIO_FLAG_AIRPORT_ON;

Completed in 128 milliseconds