Searched refs:hbm_f_dc_supported (Results 1 – 3 of 3) sorted by relevance
114 seq_printf(m, "\tDC: %01d\n", dev->hbm_f_dc_supported); in mei_dbgfs_devstate_show()
377 req.flags |= dev->hbm_f_dc_supported ? MEI_HBM_ENUM_F_ALLOW_ADD : 0; in mei_hbm_enum_clients_req()1161 dev->hbm_f_dc_supported = 0; in mei_hbm_config_features()1163 dev->hbm_f_dc_supported = 1; in mei_hbm_config_features()
578 unsigned int hbm_f_dc_supported:1; member