Searched refs:mstr_id (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c351 u8 cache_type, prot_type, burst_length, mstr_id, grpsec, vqc, falconsec, beat_size; local
360 mstr_id = FIELD_GET(FAB_EM_EL_MSTRID, cbb->mn_user_bits);
374 if ((mstr_id != 0x1) && (mstr_id != 0x2) && (mstr_id != 0xB))
398 tegra_cbb_print_err(file, "\t MASTER_ID\t\t: %s\n", cbb->fabric->master_id[mstr_id]);
573 u8 mstr_id; local
595 mstr_id = FIELD_GET(USRBITS_MSTR_ID, priv->mn_user_bits);
596 if (mstr_id == CCPLEX_MSTRID)
H A Dtegra194-cbb.c134 u8 mstr_id; member in struct:tegra194_cbb_userbits
1651 usrbits->mstr_id = FIELD_GET(CBB_NOC_MSTR_ID, elog_5) - 1;
1662 usrbits->mstr_id = FIELD_GET(CLUSTER_NOC_MSTR_ID, elog_5) - 1;
1778 cbb->noc->master_id[userbits.mstr_id]);
2020 u8 mstr_id = 0; local
2043 mstr_id = FIELD_GET(CBB_NOC_MSTR_ID, priv->errlog5);
2044 if (mstr_id == 0x1)

Completed in 191 milliseconds