Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dibm-cffps.c28 typedef struct IBMCffpsState { struct
39 } IBMCffpsState; typedef
42 #define IBM_CFFPS(obj) OBJECT_CHECK(IBMCffpsState, (obj), TYPE_IBM_CFFPS)
44 static void ibm_cffps_read(IBMCffpsState *s) in ibm_cffps_read()
95 static void ibm_cffps_write(IBMCffpsState *s) in ibm_cffps_write()
106 IBMCffpsState *s = IBM_CFFPS(i2c); in ibm_cffps_recv()
117 IBMCffpsState *s = IBM_CFFPS(i2c); in ibm_cffps_send()
142 IBMCffpsState *s = IBM_CFFPS(i2c); in ibm_cffps_event()
168 VMSTATE_UINT8(len, IBMCffpsState),
169 VMSTATE_UINT8_ARRAY(buf, IBMCffpsState, 32),
[all …]