Lines Matching full:endianness
69 * @endianness: big/little-endian byte order
94 enum xiic_endian endianness; member
276 * version are necessary. Endianness is detected during the probe function.
284 if (i2c->endianness == LITTLE) in xiic_setreg8()
294 if (i2c->endianness == LITTLE) in xiic_getreg8()
303 if (i2c->endianness == LITTLE) in xiic_setreg16()
311 if (i2c->endianness == LITTLE) in xiic_setreg32()
321 if (i2c->endianness == LITTLE) in xiic_getreg32()
1500 * Detect endianness in xiic_i2c_probe()
1502 * set, assume that the endianness was wrong and swap. in xiic_i2c_probe()
1504 i2c->endianness = LITTLE; in xiic_i2c_probe()
1509 i2c->endianness = BIG; in xiic_i2c_probe()