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

/linux-master/drivers/rtc/
H A Drtc-m41t80.c60 #define M41T80_FLAGS_AF BIT(6) /* AF: Alarm Flag Bit */ macro
178 if (flags & M41T80_FLAGS_AF) {
179 flags &= ~M41T80_FLAGS_AF;
348 ret & ~(M41T80_FLAGS_AF));
394 alrm->pending = (flags & M41T80_FLAGS_AF) && alrm->enabled;

Completed in 206 milliseconds