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