Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_mpc83xx.c89 int tbst = (gd->arch.arbiter_event_attributes & AEATR_TBST) in print_83xx_arb_event() local
95 int tsize_val = (tbst << 3) | tsize; in print_83xx_arb_event()
96 int tsize_bytes = tbst ? (tsize ? tsize : 8) : 16 + 8 * tsize; in print_83xx_arb_event()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c430 int tbst = (gd->arch.arbiter_event_attributes & AEATR_TBST) in print_83xx_arb_event() local
445 printf(" Transfer Size: 0x%1x = %d bytes\n", (tbst<<3) | tsize, in print_83xx_arb_event()
446 tbst ? (tsize ? tsize : 8) : 16 + 8 * tsize); in print_83xx_arb_event()