Home
last modified time | relevance | path

Searched refs:cntl (Results 1 – 4 of 4) sorted by last modified time

/qemu/include/hw/timer/
H A Davr_timer16.h67 uint8_t cntl; member
/qemu/include/hw/i2c/
H A Dppc4xx_i2c.h50 uint8_t cntl; member
/qemu/hw/timer/
H A Davr_timer16.c100 #define CNT(t16) VAL16(t16->cntl, t16->cnth)
123 t16->cntl = (uint8_t)(cnt & 0xff); in avr_timer16_update_cnt()
135 t16->cntl = 0; in avr_timer16_clock_reset()
331 retval = t16->cntl; in avr_timer16_read()
427 t16->cntl = val8; in avr_timer16_write()
/qemu/hw/i2c/
H A Dppc4xx_i2c.c96 i2c->cntl = 0; in ppc4xx_i2c_reset()
139 ret = i2c->cntl; in ppc4xx_i2c_readb()
210 i2c->cntl = value & ~IIC_CNTL_PT; in ppc4xx_i2c_writeb()