/openbmc/linux/Documentation/netlink/specs/ |
H A D | ovs_flow.yaml | 57 byte-order: big-endian 65 byte-order: big-endian 70 byte-order: big-endian 93 byte-order: big-endian 99 byte-order: big-endian 104 byte-order: big-endian 148 byte-order: big-endian 152 byte-order: big-endian 160 byte-order: big-endian 164 byte-order: big-endian [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | siteinfo.bbclass | 17 # * endianness: Return "be" for big endian targets, "le" for little endian 28 "aarch64_be": "endian-big bit-64 arm-common arm-64", 30 "arceb": "endian-big bit-32 arc-common", 32 "armeb": "endian-big bit-32 arm-common arm-32", 33 "avr32": "endian-big bit-32 avr32-common", 41 "lm32": "endian-big bit-32", 44 "m68k": "endian-big bit-32", 45 "microblaze": "endian-big bit-32 microblaze-common", 47 "mips": "endian-big bit-32 mips-common", 48 "mips64": "endian-big bit-64 mips-common", [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func10.c | 11 struct Big { struct 16 __noinline int foo(const struct Big *big) in foo() argument 18 if (!big) in foo() 21 return bpf_get_prandom_u32() < big->y; in foo() 30 return foo((struct Big *)&small) ? 1 : 0; in global_func10()
|
/openbmc/linux/Documentation/devicetree/bindings/regmap/ |
H A D | regmap.txt | 6 big-endian, 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 23 Scenario 1 : a register set in big-endian mode. 27 big-endian;
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | lantiq,vrx200-pcie-phy.yaml | 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 62 description: Configures the PDI (PHY) registers in big-endian mode 75 - lantiq,rcu-big-endian-mask 86 lantiq,rcu-big-endian-mask = <0x80>; /* bit 7 */ 87 big-endian;
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-fsl.h | 22 #define USBMODE_ES (1 << 2) /* (Big) Endian Select */ 31 #define FSL_SOC_USB_SNOOP1 0x400 /* NOTE: big-endian */ 32 #define FSL_SOC_USB_SNOOP2 0x404 /* NOTE: big-endian */ 33 #define FSL_SOC_USB_AGECNTTHRSH 0x408 /* NOTE: big-endian */ 34 #define FSL_SOC_USB_PRICTRL 0x40c /* NOTE: big-endian */ 35 #define FSL_SOC_USB_SICTRL 0x410 /* NOTE: big-endian */ 36 #define FSL_SOC_USB_CTRL 0x500 /* NOTE: big-endian */
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | fou-user.h | 39 __u16 port /* big-endian */; 46 __u16 peer_port /* big-endian */; 57 fou_add_req_set_port(struct fou_add_req *req, __u16 port /* big-endian */) in fou_add_req_set_port() 109 __u16 peer_port /* big-endian */) in fou_add_req_set_peer_port() 142 __u16 port /* big-endian */; 143 __u16 peer_port /* big-endian */; 168 fou_del_req_set_port(struct fou_del_req *req, __u16 port /* big-endian */) in fou_del_req_set_port() 175 __u16 peer_port /* big-endian */) in fou_del_req_set_peer_port() 232 __u16 port /* big-endian */; 233 __u16 peer_port /* big-endian */; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
H A D | request.json | 46 "byteorder": "big", 55 "byteorder": "big", 64 "byteorder": "big", 73 "byteorder": "big", 83 "byteorder": "big", 92 "byteorder": "big" 100 "byteorder": "big"
|
/openbmc/openpower-hw-diags/util/ |
H A D | bin_stream.hpp | 14 * @note IMPORTANT: Assumes file data is in big-endian format. 74 /** @brief Extracts big-endian data to host uint8_t. */ 82 /** @brief Extracts big-endian data to host uint16_t. */ 91 /** @brief Extracts big-endian data to host uint32_t. */ 100 /** @brief Extracts big-endian data to host uint64_t. */ 111 * @note IMPORTANT: Assumes file data is in big-endian format. 171 /** @brief Inserts host uint8_t to big-endian data. */ 179 /** @brief Inserts host uint16_t to big-endian data. */ 188 /** @brief Inserts host uint32_t to big-endian data. */ 197 /** @brief Inserts host uint64_t to big-endian data. */
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_server.h | 41 * response_buf: buffer, where to put the response. Must be big enough to fit 57 * response_buf: buffer, where to put the response. Must be big enough to fit 71 * response_buf: buffer, where to put the response. Must be big enough to fit 88 * response_buf: buffer, where to put the response. Must be big enough to fit 105 * response_buf: buffer, where to put the response. Must be big enough to fit 121 * response_buf: buffer, where to put the response. Must be big enough to fit 135 * response_buf: buffer, where to put the response. Must be big enough to fit 149 * response_buf: buffer, where to put the response. Must be big enough to fit 165 * response_buf: buffer, where to put the response. Must be big enough to fit 191 * response_buf: buffer, where to put the response. Must be big enough to fit
|
/openbmc/qemu/docs/ |
H A D | xen-save-devices-state.txt | 19 32 bit big endian: QEMU_VM_FILE_MAGIC 20 32 bit big endian: QEMU_VM_FILE_VERSION 25 32 bit big endian: section_id 28 32 bit big endian: instance_id 29 32 bit big endian: version_id
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | generic-ohci.yaml | 84 big-endian: 87 Set this flag for HCDs with big endian descriptors and big 90 big-endian-desc: 93 Set this flag for HCDs with big endian descriptors. 95 big-endian-regs: 98 Set this flag for HCDs with big endian registers. 105 no-big-frame-no:
|
H A D | generic-ehci.yaml | 110 big-endian: 113 Set this flag for HCDs with big endian descriptors and big 116 big-endian-desc: 119 Set this flag for HCDs with big endian descriptors. 121 big-endian-regs: 124 Set this flag for HCDs with big endian registers. 172 big-endian;
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a.dtsi | 96 big-endian; 142 big-endian; 165 big-endian; 184 big-endian; 306 big-endian; 319 big-endian; 398 big-endian; 405 big-endian; 412 big-endian; 419 big-endian; [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | 0001-Add-support-for-riscv32-CPU.patch | 17 @@ -43,6 +43,7 @@ powerpc powerpc (powerpc|ppc) 32 big 19 ppc64 powerpc64 (powerpc|ppc)64 64 big 23 s390 s390 s390 32 big 24 s390x s390x s390x 64 big
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ls1021a.dtsi | 87 big-endian; 97 big-endian; 104 big-endian; 154 big-endian; 167 big-endian; 179 big-endian; 308 big-endian; 320 big-endian; 333 big-endian; 347 big-endian; [all …]
|
/openbmc/u-boot/lib/ |
H A D | uuid.c | 36 * 4B-2B-2B-2B-6B (big endian - network byte order) 46 * to little endian and be means it should be converted to big endian. 101 * @param guid_bin - pointer to allocated array for big endian output [16B] 138 * uuid_str_to_bin() - convert string UUID or GUID to big endian binary data. 141 * @param uuid_bin - pointer to allocated array for big endian output [16B] 188 * uuid_bin_to_str() - convert big endian binary data to string UUID or GUID. 190 * @param uuid_bin - pointer to binary data of UUID (big endian) [16B] 204 * UUID and GUID bin data - always in big endian: in uuid_bin_to_str() 232 * @param uuid_bin - pointer to allocated array [16B]. Output is in big endian. 267 /* Generate UUID (big endian) */ in gen_rand_uuid_str()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_conn.c | 677 u8 big; member 698 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list() 709 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync() 714 /* Only terminate BIG if it has been created */ in terminate_big_sync() 718 return hci_le_terminate_big_sync(hdev, d->big, in terminate_big_sync() 732 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big() 739 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big() 755 bt_dev_dbg(hdev, "big 0x%2.2x sync_handle 0x%4.4x", d->big, in big_terminate_sync() 759 hci_le_big_terminate_sync(hdev, d->big); in big_terminate_sync() 767 static int hci_le_big_terminate(struct hci_dev *hdev, u8 big, struct hci_conn *conn) in hci_le_big_terminate() argument [all …]
|
/openbmc/u-boot/board/nvidia/nyan-big/ |
H A D | MAINTAINERS | 1 NYAN-BIG BOARD 4 F: board/nvidia/nyan-big/ 5 F: include/configs/nyan-big.h
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,spdif.yaml | 81 big-endian: 85 as default, or the big endian mode will be in use for all the device 86 registers. Set this flag for HCDs with big endian descriptors and big 119 big-endian;
|
/openbmc/linux/kernel/bpf/preload/iterators/ |
H A D | README | 3 rebuild "iterators.lskel-little-endian.h". Then, on a big-endian 4 machine, do "make -j big" in this directory to rebuild 5 "iterators.lskel-big-endian.h". Commit both resulting headers.
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | big-endian.S | 3 * linux/arch/arm/boot/compressed/big-endian.S 5 * Switch CPU into big endian mode. 12 orr r0, r0, #(1 << 7) @ enable big endian mode
|
/openbmc/linux/Documentation/devicetree/bindings/counter/ |
H A D | ftm-quaddec.txt | 10 - big-endian: Access the device registers in big-endian mode. 16 big-endian;
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cpt_hw_types.h | 76 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 86 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 2 - Big Endian */ 133 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 162 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 191 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 224 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 263 * inst_be:1 [8:8](R/W) Instruction big-endian control. When set, instructions, 265 * big-endian format in memory. 287 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 337 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | 0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch | 27 +elif [ ".$NGX_WITH_ENDIAN" = ".big" ]; then 28 + echo " big endian" 51 - echo " big endian" 58 + echo " big endian"
|