Home
last modified time | relevance | path

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

/qemu/include/hw/timer/
H A Dallwinner-a10-pit.h30 #define AW_A10_PIT_COUNT_CLR_EN 0x1 macro
/qemu/hw/timer/
H A Dallwinner-a10-pit.c172 if (s->count_ctl & AW_A10_PIT_COUNT_CLR_EN) { in a10_pit_write()
175 s->count_ctl &= ~AW_A10_PIT_COUNT_CLR_EN; in a10_pit_write()