Searched refs:tbst (Results 1 – 2 of 2) sorted by relevance
93 int tbst = (gd->arch.arbiter_event_attributes & AEATR_TBST) in print_83xx_arb_event() local99 int tsize_val = (tbst << 3) | tsize; in print_83xx_arb_event()100 int tsize_bytes = tbst ? (tsize ? tsize : 8) : 16 + 8 * tsize; in print_83xx_arb_event()
368 int tbst = (gd->arch.arbiter_event_attributes & AEATR_TBST) in print_83xx_arb_event() local383 printf(" Transfer Size: 0x%1x = %d bytes\n", (tbst<<3) | tsize, in print_83xx_arb_event()384 tbst ? (tsize ? tsize : 8) : 16 + 8 * tsize); in print_83xx_arb_event()
Completed in 3 milliseconds