Searched refs:feature_lock (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c54 raw_spin_lock_irqsave(&feature_lock, flags); macio_do_gpio_write()
60 raw_spin_unlock_irqrestore(&feature_lock, flags); macio_do_gpio_write()
149 raw_spin_lock_irqsave(&feature_lock, flags); macio_do_write_reg32()
151 raw_spin_unlock_irqrestore(&feature_lock, flags); macio_do_write_reg32()
172 raw_spin_lock_irqsave(&feature_lock, flags); macio_do_write_reg8()
174 raw_spin_unlock_irqrestore(&feature_lock, flags); macio_do_write_reg8()
227 raw_spin_lock_irqsave(&feature_lock, flags); macio_do_write_reg32_slm()
232 raw_spin_unlock_irqrestore(&feature_lock, flags); macio_do_write_reg32_slm()
247 raw_spin_lock_irqsave(&feature_lock, flags); macio_do_write_reg8_slm()
252 raw_spin_unlock_irqrestore(&feature_lock, flags); macio_do_write_reg8_slm()
282 raw_spin_lock_irqsave(&feature_lock, flags); unin_do_write_reg32()
287 raw_spin_unlock_irqrestore(&feature_lock, flags); unin_do_write_reg32()
H A Dfeature.c65 DEFINE_RAW_SPINLOCK(feature_lock); variable
67 #define LOCK(flags) raw_spin_lock_irqsave(&feature_lock, flags);
68 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags);
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpmac_feature.h381 extern raw_spinlock_t feature_lock;

Completed in 111 milliseconds