/linux/Documentation/netlink/specs/ |
H A D | nftables.yaml | 23 byte-order: big-endian 242 byte-order: big-endian 253 byte-order: big-endian 260 byte-order: big-endian 265 byte-order: big-endian 281 byte-order: big-endian 295 byte-order: big-endian 300 byte-order: big-endian 314 byte-order: big-endian 321 byte-order: big-endian [all …]
|
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 149 byte-order: big-endian 153 byte-order: big-endian 161 byte-order: big-endian 165 byte-order: big-endian [all …]
|
H A D | tc.yaml | 1101 byte-order: big-endian 1105 byte-order: big-endian 1141 byte-order: big-endian 1154 byte-order: big-endian 1594 byte-order: big-endian 1598 byte-order: big-endian 1608 byte-order: big-endian 1612 byte-order: big-endian 1751 byte-order: big-endian 1923 byte-order: big-endian [all …]
|
H A D | nfsd.yaml | 16 byte-order: big-endian 38 byte-order: big-endian 43 byte-order: big-endian 56 byte-order: big-endian 60 byte-order: big-endian
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | tegra.yaml | 146 - const: google,nyan-big-rev10 147 - const: google,nyan-big-rev9 148 - const: google,nyan-big-rev8 149 - const: google,nyan-big-rev7 150 - const: google,nyan-big-rev6 151 - const: google,nyan-big-rev5 152 - const: google,nyan-big-rev4 153 - const: google,nyan-big-rev3 154 - const: google,nyan-big-rev2 155 - const: google,nyan-big-rev1 [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func10.c | 15 struct Big { struct 20 __noinline int foo(const struct Big *big) in foo() argument 22 if (!big) in foo() 25 return bpf_get_prandom_u32() < big->y; in foo() 34 return foo((struct Big *)&small) ? 1 : 0; in global_func10()
|
/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;
|
/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;
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_migrate.c | 77 bool big = bo->size >= SZ_2M; in test_copy() local 79 const char *str = big ? "Copying big bo" : "Copying small bo"; in test_copy() 110 if (!sanity_fence_failed(xe, fence, big ? "Clearing remote big bo" : in test_copy() 128 if (!sanity_fence_failed(xe, fence, big ? "Copying big bo remote -> vram" : in test_copy() 145 if (!sanity_fence_failed(xe, fence, big ? "Copying big bo vram -> remote" : in test_copy() 187 struct xe_bo *pt, *bo = m->pt_bo, *big, *tiny; in xe_migrate_sanity_test() local 202 big = xe_bo_create_pin_map(xe, tile, m->q->vm, SZ_4M, in xe_migrate_sanity_test() 206 if (IS_ERR(big)) { in xe_migrate_sanity_test() 207 KUNIT_FAIL(test, "Failed to allocate bo: %li\n", PTR_ERR(big)); in xe_migrate_sanity_test() 301 /* Clear a big bo */ in xe_migrate_sanity_test() [all …]
|
/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 */
|
/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 | 111 big-endian: 114 Set this flag for HCDs with big endian descriptors and big 117 big-endian-desc: 120 Set this flag for HCDs with big endian descriptors. 122 big-endian-regs: 125 Set this flag for HCDs with big endian registers. 173 big-endian;
|
/linux/net/bluetooth/ |
H A D | hci_conn.c | 671 u8 big; member 692 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list() 703 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync() 708 /* Only terminate BIG if it has been created */ in terminate_big_sync() 712 return hci_le_terminate_big_sync(hdev, d->big, in terminate_big_sync() 726 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big() 733 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big() 749 bt_dev_dbg(hdev, "big 0x%2.2x sync_handle 0x%4.4x", d->big, in big_terminate_sync() 753 hci_le_big_terminate_sync(hdev, d->big); in big_terminate_sync() 765 /* Ignore if BIG doesn't match */ in find_bis() [all …]
|
/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 …]
|
/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 …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,spdif.yaml | 84 big-endian: 88 as default, or the big endian mode will be in use for all the device 89 registers. Set this flag for HCDs with big endian descriptors and big 152 big-endian;
|
/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.
|
/linux/mm/damon/tests/ |
H A D | vaddr-kunit.h | 156 * This function test most common case where the three big regions are only 158 * 50-55, 70-80, 90-100) to fit with the new big regions or remove target 180 * Test slightly bigger change. Similar to above, but the second big region 202 * Test a big change. The second big region has totally freed and mapped to 204 * second big region (50-55-57-59) should be removed and new target region 205 * covering the second big region (61-63) should be created. 226 * Test another big change. Both of the second and third big regions (50-59 228 * 65-68). The target regions which were in the old second and third big 230 * and third big regions should be created.
|
/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
|
/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;
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | netxbig-gpio-ext.txt | 2 (Example: 2Big/5Big Network v2, 2Big NAS).
|
/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cpt_hw_types.h | 214 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 224 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 2 - Big Endian */ 271 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 300 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 329 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 362 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 401 * inst_be:1 [8:8](R/W) Instruction big-endian control. When set, instructions, 403 * big-endian format in memory. 425 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ 475 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */ [all …]
|
/linux/Documentation/devicetree/bindings/ |
H A 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. 46 big-endian;
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-mux-reg.txt | 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):
|
/linux/Documentation/devicetree/bindings/display/ |
H A D | fsl,dcu.txt | 14 - big-endian Boolean property, LS1021A DCU registers are big-endian. 26 big-endian;
|