Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/devicetree/bindings/
Dcommon-properties.txt4 byteswapping, but endianness issues show up frequently in porting Linux to
16 endianness of the kernel binary (e.g. LE vmlinux -> readl/writel,
19 register endianness based on the CPU's configured endianness.
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm-fsl-ftm.txt3 The same FTM PWM device can have a different endianness on different SoCs. The
6 for the endianness of the FTM PWM block as integrated into the existing SoCs:
8 SoC | FTM-PWM endianness
/linux-4.1.27/drivers/i2c/busses/
Di2c-xiic.c78 enum xiic_endian endianness; member
189 if (i2c->endianness == LITTLE) in xiic_setreg8()
199 if (i2c->endianness == LITTLE) in xiic_getreg8()
208 if (i2c->endianness == LITTLE) in xiic_setreg16()
216 if (i2c->endianness == LITTLE) in xiic_setreg32()
226 if (i2c->endianness == LITTLE) in xiic_getreg32()
768 i2c->endianness = LITTLE; in xiic_i2c_probe()
773 i2c->endianness = BIG; in xiic_i2c_probe()
/linux-4.1.27/Documentation/devicetree/bindings/regmap/
Dregmap.txt3 The endianness mode of CPU & Device scenarios:
15 meaning that the CPU and the Device are in the same endianness mode,
/linux-4.1.27/drivers/iio/pressure/
Dst_pressure_core.c118 .endianness = IIO_LE,
133 .endianness = IIO_LE,
154 .endianness = IIO_LE,
168 .endianness = IIO_LE,
Dmpl3115.c192 .endianness = IIO_BE,
205 .endianness = IIO_BE,
/linux-4.1.27/include/linux/iio/imu/
Dadis.h174 .endianness = IIO_BE, \
198 .endianness = IIO_BE, \
216 .endianness = IIO_BE, \
/linux-4.1.27/drivers/iio/imu/
Dadis16400_core.c477 .endianness = IIO_BE, \
503 .endianness = IIO_BE, \
523 .endianness = IIO_BE, \
542 .endianness = IIO_BE, \
568 .endianness = IIO_BE, \
587 .endianness = IIO_BE, \
605 .endianness = IIO_BE, \
646 .endianness = IIO_BE,
Dadis16480.c585 .endianness = IIO_BE, \
624 .endianness = IIO_BE, \
642 .endianness = IIO_BE, \
Dkmx61.c249 .endianness = IIO_LE, \
269 .endianness = IIO_LE, \
/linux-4.1.27/drivers/iio/common/ssp_sensors/
Dssp_iio_sensor.h16 .endianness = IIO_LE,\
/linux-4.1.27/include/uapi/linux/
Dacct.h115 #error unspecified endianness
/linux-4.1.27/include/linux/mtd/
Dcfi_endian.h33 #error No CFI endianness defined
/linux-4.1.27/drivers/iio/adc/
Dad7887.c207 .endianness = IIO_BE,
223 .endianness = IIO_BE,
Dmax1027.c102 .endianness = IIO_BE, \
117 .endianness = IIO_BE, \
Dad7266.c204 .endianness = IIO_BE, \
252 .endianness = IIO_BE, \
Dad7476.c147 .endianness = IIO_BE, \
Dad7923.c97 .endianness = IIO_BE, \
Dad7298.c71 .endianness = IIO_BE, \
Dxilinx-xadc-core.c984 .endianness = IIO_CPU, \
1004 .endianness = IIO_CPU, \
Dad799x.c586 .endianness = IIO_BE, \
Dmax1363.c474 .endianness = IIO_BE, \
497 .endianness = IIO_BE, \
/linux-4.1.27/drivers/iio/light/
Dltr501.c103 .endianness = IIO_CPU, \
121 .endianness = IIO_CPU,
Dadjd_s311.c159 .endianness = IIO_CPU, \
Disl29125.c69 .endianness = IIO_CPU, \
Dtcs3414.c76 .endianness = IIO_CPU, \
Dtcs3472.c75 .endianness = IIO_CPU, \
Dgp2ap020a00f.c1348 .endianness = IIO_LE,
1365 .endianness = IIO_LE,
1379 .endianness = IIO_LE,
/linux-4.1.27/Documentation/arm64/
Dbooting.txt96 - Prior to v3.17, the endianness of text_offset was not specified. In
98 endianness of the kernel. Where image_size is non-zero image_size is
104 Bit 0: Kernel endianness. 1 if BE, 0 if LE.
206 value, so CPUs must convert the read value to their native endianness
/linux-4.1.27/Documentation/filesystems/
Dqnx6.txt18 This feature makes it possible to create and use a different endianness fs
20 running on a different endianness.
21 The Linux driver handles endianness transparently. (LE and BE)
Dcramfs.txt41 same endianness, and can be read only by kernels with PAGE_CACHE_SIZE
/linux-4.1.27/include/linux/iio/adc/
Dad_sigma_delta.h145 .endianness = IIO_BE, \
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpio-control-nand.txt11 are made in native endianness.
/linux-4.1.27/drivers/iio/gyro/
Dadis16136.c371 .endianness = IIO_BE,
385 .endianness = IIO_BE,
Ditg3200_core.c246 { .sign = 's', .realbits = 16, .storagebits = 16, .endianness = IIO_BE }
/linux-4.1.27/include/uapi/linux/raid/
Dmd_p.h167 #error unspecified endianness
/linux-4.1.27/include/linux/iio/common/
Dst_sensors.h59 .endianness = endian, \
/linux-4.1.27/Documentation/networking/
Dfore200e.txt45 on the endianness of the host architecture. The driver is shipped with
Dfilter.txt896 BPF_END 0xd0 /* eBPF only: endianness conversion */
/linux-4.1.27/Documentation/
Dcrc32.txt24 to decide on the endianness of the bits within each byte. To get
29 do it in the right order, matching the endianness.
79 The other details of endianness have been hidden in CRCPOLY (which must
Dsparse.txt103 build system passes -Wbitwise to sparse automatically. To perform endianness
Datomic_ops.txt427 size. The endianness of the bits within each "unsigned long" are the
428 native endianness of the cpu.
/linux-4.1.27/fs/cramfs/
DREADME113 One part of that is addressing endianness. The two options here are
115 endianness; kernel adapts at runtime'. Little-endian wins because of
/linux-4.1.27/include/linux/iio/
Diio.h235 enum iio_endian endianness; member
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dste-dma40.txt41 4. A 32bit mask specifying; mode, direction and endianness
/linux-4.1.27/drivers/iio/magnetometer/
Dmag3110.c284 .endianness = IIO_BE, \
/linux-4.1.27/drivers/iio/accel/
Dmma8452.c308 .endianness = IIO_BE, \
Dkxcjk-1013.c925 .endianness = IIO_CPU, \
/linux-4.1.27/Documentation/powerpc/
Dcxl.txt238 with a specific endianness, so all MMIO accesses should consider
239 endianness (recommend endian(3) variants like: le64toh(),
/linux-4.1.27/drivers/staging/iio/magnetometer/
Dhmc5843_core.c460 .endianness = IIO_BE, \
/linux-4.1.27/Documentation/video4linux/bttv/
DInsmod-options24 bigendian=n Set the endianness of the gfx framebuffer.
/linux-4.1.27/drivers/staging/iio/adc/
Dad7606_core.c246 .endianness = IIO_CPU, \
/linux-4.1.27/Documentation/arm/
Dvlocks.txt153 bits of Rt, so there is no need to worry about endianness in this
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt23 All commands are transferred over the network in big-endian. CPU endianness is used at the end peer…
/linux-4.1.27/Documentation/virtual/kvm/
Dppc-pv.txt134 endianness.
/linux-4.1.27/drivers/mtd/chips/
DKconfig34 If you need to specify a specific endianness for access to flash
/linux-4.1.27/include/linux/mlx5/
Ddevice.h44 #error Host endianness not defined
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_core.c665 .endianness = IIO_BE, \
/linux-4.1.27/arch/microblaze/boot/dts/
Dsystem.dts88 xlnx,endianness = <0x1>;
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt599 bitfield flips depending on endianness; fortunately, TASKFILE
723 value will flip depending on endianness. For the same
/linux-4.1.27/Documentation/usb/
Dehci.txt46 used on PPC hardware so big/little endianness issues should be gone.
Dproc_usb_info.txt58 are converted to host endianness by the kernel. The configuration
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-2004178 * 4.15 Aug 25, 1998 -- Updated ide-cd.h to respect machine endianness,
/linux-4.1.27/drivers/iio/
Dindustrialio-buffer.c199 u8 type = this_attr->c->scan_type.endianness; in iio_show_fixed_type()
/linux-4.1.27/scripts/
Dspelling.txt366 endianess||endianness
/linux-4.1.27/arch/arm64/
DKconfig665 The SETEND instruction alters the data-endianness of the
/linux-4.1.27/drivers/video/fbdev/
DKconfig138 bool "Framebuffer foreign endianness support"
142 non-native endianness (e.g. Little-Endian framebuffer on a
147 prompt "Choice endianness support"
/linux-4.1.27/arch/arm/boot/compressed/
Dhead.S139 .word 0x04030201 @ endianness flag
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_cmd.c1369 #error Host endianness not defined in mthca_INIT_HCA()
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES48 we converted from). Fix endianness of the vcnum field used during
538 for each mounted share (new menuconfig option). Fix endianness problem in
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dfw.c1730 #error Host endianness not defined in mlx4_INIT_HCA()
/linux-4.1.27/arch/mips/
DKconfig1112 one or the other endianness.
/linux-4.1.27/arch/arm/crypto/
Daesbs-core.S_shipped19 @ it can be compiled for either endianness] by courtesy of vld1.8's
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt1602 Note: the driver may have problems regarding endianness.
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc1721 * Replace common driver's own defines for endianness w/ Linux's