Searched refs:disc_tbl (Results 1 – 1 of 1) sorted by relevance
335 struct feature_discovery_table *disc_tbl) in pmt_feature_get_disc_table() argument343 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()359 if (disc_tbl->version > MAX_FEATURE_VERSION) 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()373 struct feature_discovery_table *disc_tbl, in pmt_feature_get_feature_table() argument386 tbir = FIELD_GET(DT_TBIR, disc_tbl->offset); in pmt_feature_get_feature_table()[all …]