Searched refs:count_ctl (Results 1 – 2 of 2) sorted by relevance
72 return s->count_ctl; in a10_pit_read()164 s->count_ctl = value; in a10_pit_write()165 if (s->count_ctl & AW_A10_PIT_COUNT_RL_EN) { in a10_pit_write()170 s->count_ctl &= ~AW_A10_PIT_COUNT_RL_EN; in a10_pit_write()172 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()212 VMSTATE_UINT32(count_ctl, AwA10PITState),240 s->count_ctl = 0; in a10_pit_reset()
65 uint32_t count_ctl; member