Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dpmac_feature.h362 #define MACIO_FLAG_AIRPORT_ON 0x00000010 macro
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dfeature.c969 state = (macio->flags & MACIO_FLAG_AIRPORT_ON) != 0; in core99_airport_enable()
1020 macio->flags |= MACIO_FLAG_AIRPORT_ON; in core99_airport_enable()
1033 macio->flags &= ~MACIO_FLAG_AIRPORT_ON; in core99_airport_enable()
1676 if (macio->flags & MACIO_FLAG_AIRPORT_ON) in core99_sleep()
2851 macio_chips[0].flags |= MACIO_FLAG_AIRPORT_ON; in set_initial_features()