Home
last modified time | relevance | path

Searched refs:disc_tbl (Results 1 – 1 of 1) sorted by relevance

/drivers/platform/x86/intel/pmt/
A Ddiscovery.c343 memcpy_fromio(disc_tbl, disc_base, sizeof(*disc_tbl)); in pmt_feature_get_disc_table()
347 if (priv->mask & BIT(disc_tbl->id)) in pmt_feature_get_disc_table()
349 pmt_feature_names[disc_tbl->id]); in pmt_feature_get_disc_table()
356 if (disc_tbl->size == 0 || disc_tbl->access_type == PMT_ACCESS_TYPE_RSVD) in pmt_feature_get_disc_table()
362 if (!pmt_feature_id_is_valid(disc_tbl->id)) in pmt_feature_get_disc_table()
365 priv->mask |= BIT(disc_tbl->id); in pmt_feature_get_disc_table()
388 switch (disc_tbl->access_type) { in pmt_feature_get_feature_table()
393 tbir, disc_tbl->access_type); in pmt_feature_get_feature_table()
401 disc_tbl->size * sizeof(u32)); in pmt_feature_get_feature_table()
406 disc_tbl->access_type); in pmt_feature_get_feature_table()
[all …]

Completed in 7 milliseconds