Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmc146818rtc.h41 static inline void lock_cmos(unsigned char reg) in lock_cmos() function
74 lock_cmos(reg)
83 #define lock_cmos(reg) do { } while (0) macro
H A Dmach_traps.h33 lock_cmos(0); /* register doesn't matter here */ in reassert_nmi()