Searched full:endian (Results 1 – 25 of 175) sorted by relevance
1234567
/Documentation/devicetree/bindings/regmap/ |
D | regmap.txt | 5 little-endian, 6 big-endian, 7 native-endian: See common-properties.txt for a definition 10 Regmap defaults to little-endian register access on MMIO based 12 architectures that typically run big-endian operating systems 13 (e.g. PowerPC), registers can be defined as big-endian and must 16 On SoCs that can be operated in both big-endian and little-endian 19 chips), "native-endian" is used to allow using the same device tree 23 Scenario 1 : a register set in big-endian mode. 27 big-endian;
|
/Documentation/devicetree/bindings/phy/ |
D | lantiq,vrx200-pcie-phy.yaml | 49 lantiq,rcu-endian-offset: 51 description: the offset of the endian registers for this PHY instance in the RCU syscon 53 lantiq,rcu-big-endian-mask: 55 description: the mask to set the PDI (PHY) registers for this PHY instance to big endian 57 big-endian: 58 description: Configures the PDI (PHY) registers in big-endian mode 61 little-endian: 62 description: Configures the PDI (PHY) registers in big-endian mode 74 - lantiq,rcu-endian-offset 75 - lantiq,rcu-big-endian-mask [all …]
|
/Documentation/devicetree/bindings/ |
D | common-properties.txt | 13 - big-endian: Boolean; force big endian register accesses 15 know the peripheral always needs to be accessed in big endian (BE) mode. 16 - little-endian: Boolean; force little endian register accesses 18 peripheral always needs to be accessed in little endian (LE) mode. 19 - native-endian: Boolean; always use register accesses matched to the 27 In such cases, little-endian is the preferred default, but it is not 28 a requirement. Some implementations assume that little-endian is 38 native-endian; 46 big-endian; 54 native-endian; [all …]
|
/Documentation/devicetree/bindings/display/ |
D | sm501fb.txt | 19 - little-endian: available on big endian systems, to 20 set different foreign endian. 21 - big-endian: available on little endian systems, to 22 set different foreign endian.
|
D | fsl,dcu.txt | 14 - big-endian Boolean property, LS1021A DCU registers are big-endian. 26 big-endian;
|
/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-reg.txt | 18 - little-endian: The existence indicates the register is in little endian. 19 - big-endian: The existence indicates the register is in big endian. 20 If both little-endian and big-endian are omitted, the endianness of the 36 Example of a mux on PCIe card, the host is a powerpc SoC (big endian): 45 little-endian; /* little endian register on PCIe */
|
/Documentation/devicetree/bindings/usb/ |
D | generic-ehci.yaml | 53 big-endian: 56 Set this flag for HCDs with big endian descriptors and big 57 endian registers. 59 big-endian-desc: 62 Set this flag for HCDs with big endian descriptors. 64 big-endian-regs: 67 Set this flag for HCDs with big endian registers. 108 big-endian;
|
D | generic-ohci.yaml | 42 big-endian: 45 Set this flag for HCDs with big endian descriptors and big 46 endian registers. 48 big-endian-desc: 51 Set this flag for HCDs with big endian descriptors. 53 big-endian-regs: 56 Set this flag for HCDs with big endian registers.
|
/Documentation/devicetree/bindings/gpio/ |
D | gpio-mpc8xxx.txt | 16 - little-endian : GPIO registers are used as little endian. If not 17 present registers are used as big endian by default. 35 little-endian; 52 little-endian;
|
D | brcm,bcm6345-gpio.txt | 24 - native-endian: use native endian memory. 42 native-endian;
|
/Documentation/devicetree/bindings/counter/ |
D | ftm-quaddec.txt | 10 - big-endian: Access the device registers in big-endian mode. 16 big-endian;
|
/Documentation/devicetree/bindings/timer/ |
D | fsl,ftm-timer.txt | 16 - big-endian: One boolean property, the big endian mode will be in use if it is 17 present, or the little endian mode will be in use for all the device registers. 30 big-endian;
|
/Documentation/devicetree/bindings/rtc/ |
D | rtc-fsl-ftm-alarm.txt | 21 - big-endian: If the host controller is big-endian mode, specify this property. 22 The default endian mode is little-endian.
|
/Documentation/devicetree/bindings/sound/ |
D | fsl,spdif.yaml | 71 big-endian: 74 If this property is absent, the native endian mode will be in use 75 as default, or the big endian mode will be in use for all the device 76 registers. Set this flag for HCDs with big endian descriptors and big 77 endian registers. 109 big-endian;
|
D | fsl,esai.txt | 51 - big-endian : If this property is absent, the native endian mode 52 will be in use as default, or the big endian mode 67 big-endian;
|
D | fsl-sai.txt | 52 - big-endian : Boolean property, required if all the SAI 53 registers are big-endian rather than little-endian. 80 big-endian;
|
/Documentation/devicetree/bindings/pwm/ |
D | pwm-fsl-ftm.txt | 14 Please see ../regmap/regmap.txt for more detail about how to specify endian 37 - big-endian: Boolean property, required if the FTM PWM registers use a big- 38 endian rather than little-endian layout. 54 big-endian;
|
/Documentation/devicetree/bindings/memory-controllers/fsl/ |
D | ddr.txt | 10 - little-endian : Specifies little-endian access to registers 11 If omitted, big-endian will be used.
|
/Documentation/devicetree/bindings/mmc/ |
D | fsl-esdhc.txt | 39 - little-endian : If the host controller is little-endian mode, specify 40 this property. The default endian mode is big-endian.
|
/Documentation/riscv/ |
D | boot-image-header.rst | 17 u64 text_offset; /* Image load offset, little endian */ 18 u64 image_size; /* Effective Image size, little endian */ 19 u64 flags; /* kernel flags, little endian */ 23 u64 magic = 0x5643534952; /* Magic number, little endian, "RISCV" */ 24 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */
|
/Documentation/devicetree/bindings/soc/fsl/ |
D | guts.txt | 28 - little-endian : Indicates that the global utilities block is little 29 endian. The default is big endian.
|
/Documentation/devicetree/bindings/mtd/ |
D | intel,ixp4xx-flash.txt | 4 specific big-endian or mixed-endian memory access pattern.
|
/Documentation/devicetree/bindings/ptp/ |
D | ptp-qoriq.txt | 26 - little-endian The presence of this property indicates the 1588 timer 27 IP block is little-endian mode. The default endian mode 28 is big-endian.
|
/Documentation/devicetree/bindings/net/wireless/ |
D | mediatek,mt76.txt | 26 - big-endian: if the radio eeprom partition is written in big-endian, specify 47 big-endian;
|
/Documentation/userspace-api/media/v4l/ |
D | pixfmt-sdr-ru12le.rst | 10 Real unsigned 12-bit little endian sample 17 represented as a 12 bit unsigned little endian number. Sample is stored
|
1234567