Searched refs:mstr_id (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_mpc83xx.c | 87 int mstr_id = (gd->arch.arbiter_event_attributes & AEATR_MSTR_ID) in print_83xx_arb_event() local 116 "Master ID", mstr_id, master[mstr_id], in print_83xx_arb_event()
|
/openbmc/linux/drivers/soc/tegra/cbb/ |
H A D | tegra234-cbb.c | 351 u8 cache_type, prot_type, burst_length, mstr_id, grpsec, vqc, falconsec, beat_size; in print_errlog_err() local 360 mstr_id = FIELD_GET(FAB_EM_EL_MSTRID, cbb->mn_user_bits); in print_errlog_err() 374 if ((mstr_id != 0x1) && (mstr_id != 0x2) && (mstr_id != 0xB)) in print_errlog_err() 398 tegra_cbb_print_err(file, "\t MASTER_ID\t\t: %s\n", cbb->fabric->master_id[mstr_id]); in print_errlog_err() 573 u8 mstr_id; in tegra234_cbb_isr() local 595 mstr_id = FIELD_GET(USRBITS_MSTR_ID, priv->mn_user_bits); in tegra234_cbb_isr() 596 if (mstr_id == CCPLEX_MSTRID) in tegra234_cbb_isr()
|
H A D | tegra194-cbb.c | 134 u8 mstr_id; member 1651 usrbits->mstr_id = FIELD_GET(CBB_NOC_MSTR_ID, elog_5) - 1; in cbbcentralnoc_parse_userbits() 1662 usrbits->mstr_id = FIELD_GET(CLUSTER_NOC_MSTR_ID, elog_5) - 1; in clusternoc_parse_userbits() 1778 cbb->noc->master_id[userbits.mstr_id]); in print_errlog5() 2020 u8 mstr_id = 0; in tegra194_cbb_err_isr() local 2043 mstr_id = FIELD_GET(CBB_NOC_MSTR_ID, priv->errlog5); in tegra194_cbb_err_isr() 2044 if (mstr_id == 0x1) in tegra194_cbb_err_isr()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | cpu_init.c | 428 int mstr_id = (gd->arch.arbiter_event_attributes & AEATR_MSTR_ID) in print_83xx_arb_event() local 444 printf(" Master ID: 0x%02x = %s\n", mstr_id, master[mstr_id]); in print_83xx_arb_event()
|