Searched refs:tbst (Results 1 – 3 of 3) sorted by relevance
271 static uint64_t tfmr_new_tb_state(uint64_t tfmr, unsigned int tbst) in tfmr_new_tb_state() argument278 if (tbst == TBST_TB_RUNNING) { in tfmr_new_tb_state()322 unsigned int tbst = tfmr_get_tb_state(tfmr); in tb_state_machine_step() local324 if (!(tfmr & TFMR_TB_ECLIPZ) || tbst == TBST_TB_ERROR) { in tb_state_machine_step()342 if (tbst == TBST_GET_TOD) { in tb_state_machine_step()351 if (tbst == TBST_SYNC_WAIT) { in tb_state_machine_step()354 } else if (tbst == TBST_GET_TOD) { in tb_state_machine_step()386 unsigned int tbst = tfmr_get_tb_state(tfmr); in helper_store_tfmr() local434 if (tbst == TBST_TB_ERROR) { in helper_store_tfmr()445 if (tbst == TBST_NOT_SET) { in helper_store_tfmr()[all …]
89 int tbst = (gd->arch.arbiter_event_attributes & AEATR_TBST) in print_83xx_arb_event() local95 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()
430 int tbst = (gd->arch.arbiter_event_attributes & AEATR_TBST) in print_83xx_arb_event() local445 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()