Searched defs:YN (Results 1 - 2 of 2) sorted by relevance

/drivers/input/misc/
H A Dhp_sdc_rtc.c433 #define YN(bit) ("no") macro
497 YN(RTC_DST_EN),
499 YN(RTC_24H),
500 YN(RTC_SQWE),
501 YN(RTC_AIE),
502 YN(RTC_UIE),
503 YN(RTC_PIE),
508 #undef YN macro
/drivers/char/
H A Drtc.c1214 #define YN(bit) ((ctrl & bit) ? "yes" : "no") macro
1273 YN(RTC_DST_EN),
1275 YN(RTC_24H),
1276 YN(RTC_SQWE),
1277 YN(RTC_AIE),
1278 YN(RTC_UIE),
1279 YN(RTC_PIE),
1284 #undef YN macro

Completed in 82 milliseconds