Searched refs:_set_bit (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/arm/lib/
H A Dsetbit.S15 bitop _set_bit, orr
/linux-4.1.27/arch/arm/include/asm/
H A Dsync_bitops.h9 * We need them because _set_bit etc are not SMP safe if !CONFIG_SMP. But
16 #define sync_set_bit(nr, p) _set_bit(nr, p)
H A Dbitops.h152 extern void _set_bit(int nr, volatile unsigned long * p);
/linux-4.1.27/arch/arm64/include/asm/
H A Dsync_bitops.h10 * We need them because _set_bit etc are not SMP safe if !CONFIG_SMP. But
/linux-4.1.27/arch/arm/kernel/
H A Darmksyms.c143 EXPORT_SYMBOL(_set_bit); variable
/linux-4.1.27/drivers/platform/x86/
H A Dtoshiba_acpi.c280 static inline void _set_bit(u32 *word, u32 mask, int value) _set_bit() function
1527 _set_bit(&new_video_out, HCI_VIDEO_OUT_LCD, lcd_out); video_proc_write()
1529 _set_bit(&new_video_out, HCI_VIDEO_OUT_CRT, crt_out); video_proc_write()
1531 _set_bit(&new_video_out, HCI_VIDEO_OUT_TV, tv_out); video_proc_write()

Completed in 188 milliseconds