Searched refs:mstr_id (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/soc/tegra/cbb/ |
| D | tegra234-cbb.c | 296 u8 cache_type, prot_type, burst_length, mstr_id, grpsec, vqc, falconsec, beat_size; in print_errlog_err() local 305 mstr_id = FIELD_GET(FAB_EM_EL_MSTRID, cbb->mn_user_bits); in print_errlog_err() 319 if ((mstr_id != 0x1) && (mstr_id != 0x2) && (mstr_id != 0xB)) in print_errlog_err() 340 tegra_cbb_print_err(file, "\t MASTER_ID\t\t: %s\n", cbb->fabric->master_id[mstr_id]); in print_errlog_err() 510 u8 mstr_id; in tegra234_cbb_isr() local 528 mstr_id = FIELD_GET(USRBITS_MSTR_ID, priv->mn_user_bits); in tegra234_cbb_isr() 534 if ((mstr_id == 0x1) && priv->fabric->off_mask_erd) in tegra234_cbb_isr()
|
| D | tegra194-cbb.c | 139 u8 mstr_id; member 1656 usrbits->mstr_id = FIELD_GET(CBB_NOC_MSTR_ID, elog_5) - 1; in cbbcentralnoc_parse_userbits() 1667 usrbits->mstr_id = FIELD_GET(CLUSTER_NOC_MSTR_ID, elog_5) - 1; in clusternoc_parse_userbits() 1783 cbb->noc->master_id[userbits.mstr_id]); in print_errlog5() 2025 u8 mstr_id = 0; in tegra194_cbb_err_isr() local 2041 mstr_id = FIELD_GET(USRBITS_MSTR_ID, priv->errlog5) - 1; in tegra194_cbb_err_isr() 2048 if ((mstr_id == 0x1) && priv->noc->erd_mask_inband_err) in tegra194_cbb_err_isr()
|