Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dtimebase_helper.c343 tfmr |= TFMR_FIRMWARE_CONTROL_ERROR; in tb_state_machine_step()
364 tfmr |= TFMR_FIRMWARE_CONTROL_ERROR; in tb_state_machine_step()
398 clear_on_write = val & TFMR_FIRMWARE_CONTROL_ERROR; in helper_store_tfmr()
413 tfmr |= TFMR_FIRMWARE_CONTROL_ERROR; in helper_store_tfmr()
427 tfmr &= ~TFMR_FIRMWARE_CONTROL_ERROR; /* XXX: should this be cleared? */ in helper_store_tfmr()
436 tfmr |= TFMR_FIRMWARE_CONTROL_ERROR; in helper_store_tfmr()
453 tfmr |= TFMR_FIRMWARE_CONTROL_ERROR; in helper_store_tfmr()
H A Dcpu.h2728 TFMR_FIRMWARE_CONTROL_ERROR = PPC_BIT(46), enumerator