Home
last modified time | relevance | path

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

/qemu/include/hw/arm/
H A Dpxa.h121 OBJECT_DECLARE_SIMPLE_TYPE(PXA2xxI2CState, PXA2XX_I2C)
123 PXA2xxI2CState *pxa2xx_i2c_init(hwaddr base,
125 I2CBus *pxa2xx_i2c_bus(PXA2xxI2CState *s);
145 PXA2xxI2CState *i2c[2];
/qemu/hw/arm/
H A Dpxa2xx.c1251 PXA2xxI2CState *host;
1254 struct PXA2xxI2CState { struct
1292 PXA2xxI2CState *s = slave->host; in pxa2xx_i2c_event()
1320 PXA2xxI2CState *s = slave->host; in pxa2xx_i2c_rx()
1337 PXA2xxI2CState *s = slave->host; in pxa2xx_i2c_tx()
1355 PXA2xxI2CState *s = (PXA2xxI2CState *) opaque; in pxa2xx_i2c_read()
1387 PXA2xxI2CState *s = (PXA2xxI2CState *) opaque; in pxa2xx_i2c_write()
1480 VMSTATE_UINT8(ibmr, PXA2xxI2CState),
1509 PXA2xxI2CState *s; in pxa2xx_i2c_init()
1536 PXA2xxI2CState *s = PXA2XX_I2C(obj); in pxa2xx_i2c_initfn()
[all …]