Searched refs:YN (Results 1 – 3 of 3) sorted by relevance
/drivers/input/misc/ |
D | hp_sdc_rtc.c | 423 #define YN(bit) ("no") in hp_sdc_rtc_proc_output() macro 490 YN(RTC_DST_EN), in hp_sdc_rtc_proc_output() 492 YN(RTC_24H), in hp_sdc_rtc_proc_output() 493 YN(RTC_SQWE), in hp_sdc_rtc_proc_output() 494 YN(RTC_AIE), in hp_sdc_rtc_proc_output() 495 YN(RTC_UIE), in hp_sdc_rtc_proc_output() 496 YN(RTC_PIE), in hp_sdc_rtc_proc_output() 501 #undef YN in hp_sdc_rtc_proc_output()
|
/drivers/char/ |
D | rtc.c | 1219 #define YN(bit) ((ctrl & bit) ? "yes" : "no") in rtc_proc_show() macro 1278 YN(RTC_DST_EN), in rtc_proc_show() 1280 YN(RTC_24H), in rtc_proc_show() 1281 YN(RTC_SQWE), in rtc_proc_show() 1282 YN(RTC_AIE), in rtc_proc_show() 1283 YN(RTC_UIE), in rtc_proc_show() 1284 YN(RTC_PIE), in rtc_proc_show() 1289 #undef YN in rtc_proc_show()
|
/drivers/scsi/ |
D | dc395x.c | 4621 #define YESNO(YN) \ argument 4622 if (YN) SPRINTF(" Yes ");\
|