Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dpnv_core.h38 int tod_sent_to_tb; /* chiptod sent TOD to the core TB */ member
/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c355 if (tod_state->tod_sent_to_tb) { in tb_state_machine_step()
359 tod_state->tod_sent_to_tb = 0; in tb_state_machine_step()
430 tod_state->tod_sent_to_tb = 0; in helper_store_tfmr()
/openbmc/qemu/hw/ppc/
H A Dpnv_chiptod.c380 pc->tod_state.tod_sent_to_tb = 1; in pnv_chiptod_xscom_write()