Home
last modified time | relevance | path

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

/qemu/hw/i2c/
A Domap_i2c.c31 struct OMAPI2CState { struct
61 static void omap_i2c_interrupts_update(OMAPI2CState *s) in omap_i2c_interrupts_update() argument
70 static void omap_i2c_fifo_run(OMAPI2CState *s) in omap_i2c_fifo_run()
140 OMAPI2CState *s = OMAP_I2C(dev); in omap_i2c_reset()
161 OMAPI2CState *s = opaque; in omap_i2c_read()
265 OMAPI2CState *s = opaque; in omap_i2c_write()
412 OMAPI2CState *s = opaque; in omap_i2c_writeb()
476 OMAPI2CState *s = OMAP_I2C(obj); in omap_i2c_init()
488 OMAPI2CState *s = OMAP_I2C(dev); in omap_i2c_realize()
533 .instance_size = sizeof(OMAPI2CState),
[all …]
/qemu/include/hw/arm/
A Domap.h86 OBJECT_DECLARE_SIMPLE_TYPE(OMAPI2CState, OMAP_I2C)
90 void omap_i2c_set_iclk(OMAPI2CState *i2c, omap_clk clk);
91 void omap_i2c_set_fclk(OMAPI2CState *i2c, omap_clk clk);

Completed in 14 milliseconds