Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dedu.c58 #define EDU_STATUS_COMPUTING 0x01 macro
257 if (qatomic_read(&edu->status) & EDU_STATUS_COMPUTING) { in edu_mmio_write()
265 qatomic_or(&edu->status, EDU_STATUS_COMPUTING); in edu_mmio_write()
329 while ((qatomic_read(&edu->status) & EDU_STATUS_COMPUTING) == 0 && in edu_fact_thread()
354 qatomic_and(&edu->status, ~EDU_STATUS_COMPUTING); in edu_fact_thread()