Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/linux/Documentation/devicetree/bindings/regmap/
H A Dregmap.txt6 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/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c20 __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()
/linux/kernel/bpf/preload/iterators/
H A DREADME3 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.
H A DMakefile40 big: iterators.lskel-big-endian.h target
/linux/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh44 …base_instructions=$(perf stat --no-big-num -e instructions -- $workload 2>&1 | awk '/instructions/…
45 …bpf_instructions=$(perf stat --no-big-num --bpf-counters -e instructions -- $workload 2>&1 | awk …
54 …stat_output=$(perf stat --no-big-num -e instructions/name=base_instructions/,instructions/name=bpf…
H A Dstat+shadow_stat.sh17 perf stat -a --no-big-num -M insn_per_cycle sleep 1 2>&1 | \
56 perf stat -a -A --no-big-num -M insn_per_cycle sleep 1 2>&1 | \
/linux/net/bluetooth/
H A Dhci_conn.c671 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()
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()
766 if (d->big != conn->iso_qos.bcast.big) in find_bis()
778 conn->iso_qos.bcast.big, conn->sync_handle); in hci_le_big_terminate()
[all …]
/linux/arch/mips/boot/dts/brcm/
H A Dbcm3384_viper.dtsi93 big-endian;
102 big-endian;
103 no-big-frame-no;
H A Dbcm3384_zephyr.dtsi111 big-endian;
120 big-endian;
121 no-big-frame-no;
H A Dbcm6328.dtsi198 big-endian;
212 big-endian;
213 no-big-frame-no;
H A Dbcm6362.dtsi222 big-endian;
236 big-endian;
237 no-big-frame-no;
H A Dbcm63268.dtsi233 big-endian;
247 big-endian;
248 no-big-frame-no;
/linux/Documentation/devicetree/bindings/
H A Dcommon-properties.txt13 - 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 Di2c-mux-reg.txt19 - 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 Dsm501fb.txt19 - little-endian: available on big endian systems, to
21 - big-endian: available on little endian systems, to
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Ductl.txt38 big-endian-regs;
44 big-endian-regs;
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1046a.dtsi324 big-endian;
430 big-endian;
500 big-endian;
723 big-endian;
736 big-endian;
850 big-endian;
863 big-endian;
889 big-endian;
902 big-endian;
928 big-endian;
[all …]
H A Dfsl-ls1012a.dtsi175 big-endian;
293 big-endian;
386 big-endian;
434 big-endian;
487 big-endian;
554 big-endian;
569 big-endian;
/linux/arch/arm/boot/dts/nvidia/
H A DMakefile11 tegra124-nyan-big.dtb \
12 tegra124-nyan-big-fhd.dtb \
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-sdr-pcu16be.rst10 Planar complex unsigned 16-bit big endian IQ sample
17 and Q are represented as a 16 bit unsigned big endian number stored in
H A Dpixfmt-sdr-pcu18be.rst10 Planar complex unsigned 18-bit big endian IQ sample
17 and Q are represented as a 18 bit unsigned big endian number stored in
H A Dpixfmt-sdr-pcu20be.rst10 Planar complex unsigned 20-bit big endian IQ sample
17 and Q are represented as a 20 bit unsigned big endian number stored in
/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst33 MAP header fields are in big endian format.
60 MAP header fields are in big endian format.
85 by the hardware.Checksum offload header fields are in big endian format.
114 MAP header fields are in big endian format.
142 Checksum offload header fields are in big endian format.
/linux/drivers/misc/lkdtm/
H A Dfortify.c151 char big[10]; in lkdtm_FORTIFY_STRSCPY() member
154 } weird = { .big = "hello!" }; in lkdtm_FORTIFY_STRSCPY()
/linux/lib/fonts/
H A DKconfig60 If the standard 8x16 font is a little too big for you, say Y.
96 big letters. It fits between the sun 12x22 and the normal 8x16 font.
97 If other fonts are too big or too small for you, say Y, otherwise say N.
112 big letters (like the letters used in the SPARC PROM). If the

12345678910>>...12