| /linux/tools/testing/selftests/powerpc/switch_endian/ | 
| H A D | Makefile | 4 EXTRA_CLEAN = $(OUTPUT)/*.o $(OUTPUT)/check-reversed.S13 $(OUTPUT)/switch_endian_test: $(OUTPUT)/check-reversed.S
 15 $(OUTPUT)/check-reversed.o: $(OUTPUT)/check.o
 18 $(OUTPUT)/check-reversed.S: $(OUTPUT)/check-reversed.o
 
 | 
| H A D | .gitignore | 3 check-reversed.S
 | 
| H A D | switch_endian_test.S | 74 #include "check-reversed.S"
 | 
| /linux/arch/riscv/crypto/ | 
| H A D | aes-riscv64-zvkned-zvbb-zvkg.S | 77 //	TWEAKS_BREV: same as TWEAKS, but bit-reversed78 //	MULTS_BREV: N 128-bit values x^N, bit-reversed.  Only if N > 1.
 84 // bits reversed within each byte.  The zvkg extension provides the vgmul
 88 // the inputs and outputs to vgmul must be bit-reversed (we do it with vbrev8).
 100 	// Save a copy of T bit-reversed in v12.
 129 	// Copy the bit-reversed T to all N elements of TWEAKS_BREV, then
 130 	// multiply by x^i.  This gives the sequence T*(x^i), bit-reversed.
 140 	// Generate N copies of x^N, i.e. 128-bit values 1 << N, bit-reversed.
 159 // Set the first 128 bits of MULTS_BREV to 0x40, i.e. 'x' bit-reversed.  This is
 194 	// sequence by x^N.  Store the result in both bit-reversed order and
 
 | 
| /linux/drivers/net/wireless/intel/iwlwifi/tests/ | 
| H A D | utils.c | 80 	u8 reversed[ARRAY_SIZE(params->neg_dbm)];  in KUNIT_ARRAY_PARAM_DESC()  local91 		reversed[ARRAY_SIZE(params->neg_dbm) - i - 1] =  in KUNIT_ARRAY_PARAM_DESC()
 94 			iwl_average_neg_dbm(reversed,  in KUNIT_ARRAY_PARAM_DESC()
 
 | 
| /linux/sound/soc/sunxi/ | 
| H A D | sun8i-codec-analog.c | 121 	SOC_DAPM_DOUBLE_R("DAC Reversed Playback Switch",145 	SOC_DAPM_DOUBLE_R("DAC Reversed Playback Switch",
 161 	SOC_DAPM_DOUBLE_R("Mixer Reversed Capture Switch",
 185 	SOC_DAPM_DOUBLE_R("Mixer Reversed Capture Switch",
 292 	{ "Left Mixer", "DAC Reversed Playback Switch", "Right DAC" },
 297 	{ "Right Mixer", "DAC Reversed Playback Switch", "Left DAC" },
 302 	{ "Left ADC Mixer", "Mixer Reversed Capture Switch", "Right Mixer" },
 307 	{ "Right ADC Mixer", "Mixer Reversed Capture Switch", "Left Mixer" },
 
 | 
| H A D | sun50i-codec-analog.c | 147 	SOC_DAPM_DOUBLE_R("DAC Reversed Playback Switch",171 	SOC_DAPM_DOUBLE_R("Mixer Reversed Capture Switch",
 423 	{ "Left Mixer", "DAC Reversed Playback Switch", "Right DAC" },
 430 	{ "Right Mixer", "DAC Reversed Playback Switch", "Left DAC" },
 437 	{ "Left ADC Mixer", "Mixer Reversed Capture Switch", "Right Mixer" },
 444 	{ "Right ADC Mixer", "Mixer Reversed Capture Switch", "Left Mixer" },
 
 | 
| /linux/tools/testing/selftests/bpf/progs/ | 
| H A D | test_core_reloc_flavors.c | 22 /* local flavor with reversed layout */56 	/* read b using reversed layout */  in test_core_flavors()
 
 | 
| /linux/include/linux/bcma/ | 
| H A D | bcma_regs.h | 24 #define  BCMA_CLKCTLST_4328A0_HAVEHT	0x00010000 /* 4328a0 has reversed bits */25 #define  BCMA_CLKCTLST_4328A0_HAVEALP	0x00020000 /* 4328a0 has reversed bits */
 
 | 
| /linux/drivers/dma/ppc4xx/ | 
| H A D | adma.h | 139  * @reverse_flags: 1 if a corresponding rxor address uses reversed address order175 #define PPC440SPE_DESC_RXOR_REV	12	/* CDB has srcs in reversed order */
 
 | 
| /linux/include/linux/ | 
| H A D | crc32.h | 103  * is used. The output of crc32_le is bit reversed [most significant bit104  * is in bit nr 0], thus it must be reversed before use. Except for
 
 | 
| /linux/tools/perf/pmu-events/arch/x86/ivytown/ | 
| H A D | uncore-cache.json | 224 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …234 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 244 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 254 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 264 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 274 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 284 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 294 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 304 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 314 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 [all …]
 
 | 
| /linux/tools/testing/selftests/rseq/ | 
| H A D | rseq-arm.h | 31  * byte order reversed to generate the trap instruction:48  * signature should not be reversed. However, the choice between BE32
 
 | 
| /linux/Documentation/devicetree/bindings/sound/ | 
| H A D | wm8741.txt | 19     2 = stereo reversed
 | 
| H A D | nvidia,tegra210-adx.yaml | 14   RAM in the AMX except that the data flow direction is reversed.
 | 
| /linux/arch/powerpc/crypto/ | 
| H A D | aes-spe-modes.S | 31 	lwbrx		reg,0,rSP;	/* load reversed		*/ \34 	stwbrx		reg,0,rDP;	/* save reversed		*/ \
 38 	lwbrx		reg,0,rIP;	/* load reversed		*/ \
 41 	stwbrx		reg,0,rIP;	/* load reversed		*/ \
 
 | 
| H A D | aes-spe-regs.h | 34 #define rG0 r28	/* endian reversed tweak (XTS mode)			*/
 | 
| /linux/Documentation/devicetree/bindings/net/ | 
| H A D | airoha,en8811h.yaml | 14   on the lines to and/or from the MAC. It is reversed by
 | 
| /linux/drivers/media/rc/ | 
| H A D | ene_ir.h | 82 #define ENE_CIRCFG_REV_POL	0x04	/* Input polarity reversed */87 #define ENE_CIRCFG_TX_POL_REV	0x40	/* TX polarity reversed */
 
 | 
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ | 
| H A D | task_event_vs_ebb_test.c | 50 		/* NB order of pipes looks reversed */  in task_event_vs_ebb()
 | 
| H A D | ebb_on_child_test.c | 57 		/* NB order of pipes looks reversed */  in ebb_on_child()
 | 
| H A D | cpu_event_vs_ebb_test.c | 54 		/* NB order of pipes looks reversed */  in cpu_event_vs_ebb()
 | 
| H A D | ebb_vs_cpu_event_test.c | 54 		/* NB order of pipes looks reversed */  in ebb_vs_cpu_event()
 | 
| H A D | ebb_on_willing_child_test.c | 62 		/* NB order of pipes looks reversed */  in ebb_on_willing_child()
 | 
| /linux/tools/perf/pmu-events/arch/x86/snowridgex/ | 
| H A D | uncore-interconnect.json | 1875 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …1886 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 1897 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 1908 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 1919 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 1930 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 1941 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 1952 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 1963 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 1974 … on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half …
 [all …]
 
 |