Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dpmac_feature.h362 #define MACIO_FLAG_AIRPORT_ON 0x00000010 macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dpmac_feature.h362 #define MACIO_FLAG_AIRPORT_ON 0x00000010 macro
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dfeature.c970 state = (macio->flags & MACIO_FLAG_AIRPORT_ON) != 0; in core99_airport_enable()
1021 macio->flags |= MACIO_FLAG_AIRPORT_ON; in core99_airport_enable()
1034 macio->flags &= ~MACIO_FLAG_AIRPORT_ON; in core99_airport_enable()
1677 if (macio->flags & MACIO_FLAG_AIRPORT_ON) in core99_sleep()
2847 macio_chips[0].flags |= MACIO_FLAG_AIRPORT_ON; in set_initial_features()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dfeature.c971 state = (macio->flags & MACIO_FLAG_AIRPORT_ON) != 0; in core99_airport_enable()
1022 macio->flags |= MACIO_FLAG_AIRPORT_ON; in core99_airport_enable()
1035 macio->flags &= ~MACIO_FLAG_AIRPORT_ON; in core99_airport_enable()
1678 if (macio->flags & MACIO_FLAG_AIRPORT_ON) in core99_sleep()
2849 macio_chips[0].flags |= MACIO_FLAG_AIRPORT_ON; in set_initial_features()

Completed in 8 milliseconds