Go to the documentation of this file.
10 #ifndef __ASM_SH_BL_BIT_64_H
11 #define __ASM_SH_BL_BIT_64_H
13 #include <asm/processor.h>
15 #define SR_BL_LL 0x0000000010000000LL
17 static inline void set_bl_bit(
void)
19 unsigned long long __dummy0, __dummy1 =
SR_BL_LL;
23 "putcon %0, " __SR "\n\t"
29 static inline void clear_bl_bit(
void)
31 unsigned long long __dummy0, __dummy1 = ~
SR_BL_LL;
35 "putcon %0, " __SR "\n\t"