Searched refs:byteswap (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
D | crc32-vpmsum_core.S | 53 #define byteswap v26 macro 119 lvx byteswap,0,r3 181 VPERM(v16,v16,v16,byteswap) 182 VPERM(v17,v17,v17,byteswap) 185 VPERM(v18,v18,v18,byteswap) 186 VPERM(v19,v19,v19,byteswap) 189 VPERM(v20,v20,v20,byteswap) 190 VPERM(v21,v21,v21,byteswap) 193 VPERM(v22,v22,v22,byteswap) 194 VPERM(v23,v23,v23,byteswap) [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regmap/ |
D | regmap.txt | 18 of the CPU and a byteswap for MMIO registers (e.g. many Broadcom MIPS
|
/kernel/linux/linux-5.10/sound/ppc/ |
D | awacs.h | 25 unsigned byteswap; /* Data is little-endian if 1 */ member
|
D | pmac.c | 145 out_le32(&chip->awacs->byteswap, chip->format == SNDRV_PCM_FORMAT_S16_LE ? 1 : 0); in snd_pmac_pcm_set_format() 733 out_le32(&chip->awacs->byteswap, 0); in snd_pmac_beep_dma_start()
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-iops.c | 70 void ide_fixstring(u8 *s, const int bytecount, const int byteswap) in ide_fixstring() argument 74 if (byteswap) { in ide_fixstring()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | imsttfb.c | 657 __u32 ctl, pitch, byteswap, scr; in set_imstt_regvals() local 680 byteswap = 0x000; in set_imstt_regvals() 685 byteswap = 0x100; in set_imstt_regvals() 690 byteswap = 0x200; in set_imstt_regvals() 695 byteswap = 0x300; in set_imstt_regvals() 729 scr = 0x059d | byteswap; in set_imstt_regvals() 735 scr = 0x150dd | byteswap; in set_imstt_regvals()
|
/kernel/linux/linux-5.10/arch/nios2/platform/ |
D | Kconfig.platform | 105 Use the byteswap (endian converter) Nios II custom instruction provided
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
D | ccp-dev-v5.c | 121 u16 byteswap:2; member 150 #define CCP_PT_BYTESWAP(p) ((p)->pt.byteswap)
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 4924 +static Elf32_Half xtlib_host_half(Elf32_Half v, int byteswap) 4926 + return (byteswap) ? (v >> 8) | (v << 8) : v; 4929 +static Elf32_Word xtlib_host_word(Elf32_Word v, int byteswap) 4931 + if (byteswap) { 4974 + xtlib_globals->byteswap = u.c[sizeof(short) - 1] == 1; 4976 + xtlib_globals->byteswap = u.c[0] == 1; 4990 + xtlib_globals->byteswap); 4992 + xtlib_globals->byteswap) 5030 + xtlib_host_word(offs, xtlib_globals->byteswap), 5031 + xtlib_globals->byteswap); [all …]
|
/kernel/linux/linux-5.10/arch/ |
D | Kconfig | 189 particular, the compiler will be able to combine the byteswap
|