Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Di2c-ddc.c41 s->firstbyte = false; in i2c_ddc_reset()
50 s->firstbyte = true; in i2c_ddc_event()
69 if (s->firstbyte) { in i2c_ddc_tx()
71 s->firstbyte = false; in i2c_ddc_tx()
92 VMSTATE_BOOL(firstbyte, I2CDDCState),
/openbmc/qemu/include/hw/display/
H A Di2c-ddc.h31 bool firstbyte; member
/openbmc/qemu/hw/rtc/
H A Dtwl92230.c42 int firstbyte; member
709 s->firstbyte = 1; in menelaus_event()
719 if (s->firstbyte) { in menelaus_tx()
721 s->firstbyte = 0; in menelaus_tx()
814 VMSTATE_INT32(firstbyte, MenelausState),
/openbmc/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1328 static void mxt_calc_crc24(u32 *crc, u8 firstbyte, u8 secondbyte) in mxt_calc_crc24() argument
1334 data_word = (secondbyte << 8) | firstbyte; in mxt_calc_crc24()