Lines Matching full:endianness
67 * @endianness: big/little-endian byte order
89 enum xiic_endian endianness; member
243 * version are necessary. Endianness is detected during the probe function.
251 if (i2c->endianness == LITTLE) in xiic_setreg8()
261 if (i2c->endianness == LITTLE) in xiic_getreg8()
270 if (i2c->endianness == LITTLE) in xiic_setreg16()
278 if (i2c->endianness == LITTLE) in xiic_setreg32()
288 if (i2c->endianness == LITTLE) in xiic_getreg32()
1293 * Detect endianness in xiic_i2c_probe()
1295 * set, assume that the endianness was wrong and swap. in xiic_i2c_probe()
1297 i2c->endianness = LITTLE; in xiic_i2c_probe()
1302 i2c->endianness = BIG; in xiic_i2c_probe()