/linux-6.1.9/Documentation/devicetree/bindings/regmap/ |
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-6.1.9/Documentation/devicetree/bindings/phy/ |
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-6.1.9/Documentation/devicetree/bindings/usb/ |
D | generic-ohci.yaml | 75 big-endian: 78 Set this flag for HCDs with big endian descriptors and big 81 big-endian-desc: 84 Set this flag for HCDs with big endian descriptors. 86 big-endian-regs: 89 Set this flag for HCDs with big endian registers. 96 no-big-frame-no:
|
D | generic-ehci.yaml | 101 big-endian: 104 Set this flag for HCDs with big endian descriptors and big 107 big-endian-desc: 110 Set this flag for HCDs with big endian descriptors. 112 big-endian-regs: 115 Set this flag for HCDs with big endian registers. 163 big-endian;
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_global_func10.c | 15 __noinline int foo(const struct Big *big) in foo() argument 17 if (!big) in foo() 20 return bpf_get_prandom_u32() < big->y; in foo()
|
/linux-6.1.9/Documentation/devicetree/bindings/counter/ |
D | ftm-quaddec.txt | 10 - big-endian: Access the device registers in big-endian mode. 16 big-endian;
|
/linux-6.1.9/arch/arm/boot/dts/ |
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-6.1.9/Documentation/devicetree/bindings/display/ |
D | fsl,dcu.txt | 14 - big-endian Boolean property, LS1021A DCU registers are big-endian. 26 big-endian;
|
D | sm501fb.txt | 19 - little-endian: available on big endian systems, to 21 - big-endian: available on little endian systems, to
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
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;
|
/linux-6.1.9/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 30 big-endian;
|
/linux-6.1.9/arch/mips/boot/dts/brcm/ |
D | bcm3384_viper.dtsi | 93 big-endian; 102 big-endian; 103 no-big-frame-no;
|
D | bcm3384_zephyr.dtsi | 111 big-endian; 120 big-endian; 121 no-big-frame-no;
|
/linux-6.1.9/tools/perf/tests/shell/ |
D | stat_bpf_counters.sh | 33 base_cycles=$(perf stat --no-big-num -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | … 38 bpf_cycles=$(perf stat --no-big-num --bpf-counters -e cycles -- perf bench sched messaging -g 1 -l …
|
D | stat+shadow_stat.sh | 15 perf stat -a --no-big-num -e cycles,instructions sleep 1 2>&1 | \ 46 perf stat -a -A --no-big-num -e cycles,instructions sleep 1 2>&1 | \
|
/linux-6.1.9/Documentation/devicetree/bindings/i2c/ |
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-6.1.9/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. 46 big-endian;
|
/linux-6.1.9/Documentation/devicetree/bindings/dma/ |
D | fsl-qdma.txt | 33 - big-endian: If present registers and hardware scatter/gather descriptors 34 of the qDMA are implemented in big endian mode, otherwise in little 55 big-endian;
|
/linux-6.1.9/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1046a.dtsi | 283 big-endian; 316 big-endian; 323 big-endian; 429 big-endian; 486 big-endian; 500 big-endian; 696 big-endian; 709 big-endian; 820 big-endian; 833 big-endian; [all …]
|
D | fsl-ls1012a.dtsi | 167 big-endian; 175 big-endian; 186 big-endian; 294 big-endian; 349 big-endian; 385 big-endian; 433 big-endian; 486 big-endian; 567 big-endian;
|
/linux-6.1.9/arch/x86/boot/ |
D | setup.ld | 61 . = ASSERT(_end <= 0x8000, "Setup too big!"); 64 . = ASSERT(__end_init <= 5*512, "init sections too big!");
|
/linux-6.1.9/net/bluetooth/ |
D | hci_conn.c | 757 u8 big; member 779 if (d->big != conn->iso_qos.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list() 801 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync() 812 return hci_le_terminate_big_sync(hdev, d->big, in terminate_big_sync() 821 static int hci_le_terminate_big(struct hci_dev *hdev, u8 big, u8 bis) in hci_le_terminate_big() argument 826 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", big, bis); in hci_le_terminate_big() 833 d->big = big; in hci_le_terminate_big() 848 bt_dev_dbg(hdev, "big 0x%2.2x sync_handle 0x%4.4x", d->big, in big_terminate_sync() 858 hci_le_big_terminate_sync(hdev, d->big); in big_terminate_sync() 863 static int hci_le_big_terminate(struct hci_dev *hdev, u8 big, u16 sync_handle) in hci_le_big_terminate() argument [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/spi/ |
D | spi-fsl-dspi.txt | 24 - big-endian: If present the dspi device's registers are implemented 25 in big endian mode. 48 big-endian;
|
/linux-6.1.9/Documentation/devicetree/bindings/pwm/ |
D | pwm-fsl-ftm.txt | 37 - big-endian: Boolean property, required if the FTM PWM registers use a big- 54 big-endian;
|
/linux-6.1.9/Documentation/devicetree/bindings/mips/cavium/ |
D | uctl.txt | 38 big-endian-regs; 44 big-endian-regs;
|