Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dexynos4210_i2c.c86 struct Exynos4210I2CState { struct
111 Exynos4210I2CState *s = (Exynos4210I2CState *)opaque; in exynos4210_i2c_data_receive()
121 Exynos4210I2CState *s = (Exynos4210I2CState *)opaque; in exynos4210_i2c_data_send()
134 Exynos4210I2CState *s = (Exynos4210I2CState *)opaque; in exynos4210_i2c_read()
173 Exynos4210I2CState *s = (Exynos4210I2CState *)opaque; in exynos4210_i2c_write()
277 VMSTATE_UINT8(i2ccon, Exynos4210I2CState),
279 VMSTATE_UINT8(i2cds, Exynos4210I2CState),
281 VMSTATE_UINT8(i2clc, Exynos4210I2CState),
289 Exynos4210I2CState *s = EXYNOS4_I2C(d); in exynos4210_i2c_reset()
302 Exynos4210I2CState *s = EXYNOS4_I2C(obj); in exynos4210_i2c_init()
[all …]