Searched refs:yesno (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 1861 static const char *yesno(int x) in yesno() function 1882 seq_printf(seq, " Tnl4TupEnIpv6: %3s\n", yesno(rssconf & in rss_config_show() 1884 seq_printf(seq, " Tnl2TupEnIpv6: %3s\n", yesno(rssconf & in rss_config_show() 1886 seq_printf(seq, " Tnl4TupEnIpv4: %3s\n", yesno(rssconf & in rss_config_show() 1888 seq_printf(seq, " Tnl2TupEnIpv4: %3s\n", yesno(rssconf & in rss_config_show() 1890 seq_printf(seq, " TnlTcpSel: %3s\n", yesno(rssconf & TNLTCPSEL_F)); in rss_config_show() 1891 seq_printf(seq, " TnlIp6Sel: %3s\n", yesno(rssconf & TNLIP6SEL_F)); in rss_config_show() 1892 seq_printf(seq, " TnlVrtSel: %3s\n", yesno(rssconf & TNLVRTSEL_F)); in rss_config_show() 1893 seq_printf(seq, " TnlMapEn: %3s\n", yesno(rssconf & TNLMAPEN_F)); in rss_config_show() 1894 seq_printf(seq, " OfdHashSave: %3s\n", yesno(rssconf & in rss_config_show() [all …]
|
/drivers/rtc/ |
D | rtc-bfin.c | 322 #define yesno(x) ((x) ? "yes" : "no") in bfin_rtc_proc() macro 329 yesno(ictl & RTC_ISTAT_ALARM), in bfin_rtc_proc() 330 yesno(ictl & RTC_ISTAT_ALARM_DAY), in bfin_rtc_proc() 331 yesno(ictl & RTC_ISTAT_SEC)); in bfin_rtc_proc() 333 #undef yesno in bfin_rtc_proc()
|
/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 83 #define PRINT_FLAG(x) seq_printf(m, #x ": %s\n", yesno(info->x)) in i915_capabilities() 1392 seq_printf(m, "HD boost: %s\n", yesno(rgvmodectl & MEMMODE_BOOST_EN)); in ironlake_drpc_info() 1397 yesno(rgvmodectl & MEMMODE_HWIDLE_EN)); in ironlake_drpc_info() 1399 yesno(rgvmodectl & MEMMODE_SWMODE_EN)); in ironlake_drpc_info() 1401 yesno(rgvmodectl & MEMMODE_RCLK_GATE)); in ironlake_drpc_info() 1410 yesno(!(rstdbyctl & RCX_SW_EXIT))); in ironlake_drpc_info() 1474 yesno(rpmodectl1 & GEN6_RP_MEDIA_TURBO)); in vlv_drpc_info() 1476 yesno(rpmodectl1 & GEN6_RP_ENABLE)); in vlv_drpc_info() 1478 yesno(rpmodectl1 & GEN6_RP_ENABLE)); in vlv_drpc_info() 1480 yesno((rpmodectl1 & GEN6_RP_MEDIA_MODE_MASK) == in vlv_drpc_info() [all …]
|
D | i915_gpu_error.c | 301 err_printf(m, " waiting: %s\n", yesno(ring->waiting)); in i915_ring_error_state()
|
D | intel_dp.c | 3995 yesno(intel_dp_source_supports_hbr2(dev)), in intel_dp_get_dpcd() 3996 yesno(drm_dp_tps3_supported(intel_dp->dpcd))); in intel_dp_get_dpcd()
|
D | i915_drv.h | 109 static inline const char *yesno(bool v) in yesno() function
|
D | intel_pm.c | 5558 DRM_DEBUG_DRIVER("GPLL enabled? %s\n", yesno(val & GPLLENABLE)); in cherryview_enable_rps() 5648 DRM_DEBUG_DRIVER("GPLL enabled? %s\n", yesno(val & GPLLENABLE)); in valleyview_enable_rps()
|
/drivers/video/fbdev/sis/ |
D | init301.h | 414 static void SiS_SendACK(struct SiS_Private *SiS_Pr, unsigned short yesno);
|
D | init301.c | 9095 SiS_SendACK(struct SiS_Private *SiS_Pr, unsigned short yesno) in SiS_SendACK() argument 9098 if(yesno) { in SiS_SendACK()
|