Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c271 static uint64_t tfmr_new_tb_state(uint64_t tfmr, unsigned int tbst) in tfmr_new_tb_state() argument
278 if (tbst == TBST_TB_RUNNING) { in tfmr_new_tb_state()
322 unsigned int tbst = tfmr_get_tb_state(tfmr); in tb_state_machine_step() local
324 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() local
434 if (tbst == TBST_TB_ERROR) { in helper_store_tfmr()
445 if (tbst == TBST_NOT_SET) { in helper_store_tfmr()
[all …]
/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()