Searched refs:out32 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_endian.c | 17 __u32 out32 = 0; variable 28 out32 = __builtin_bswap32(in32); in sys_enter()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | endian.c | 40 CHECK(bss->out32 != OUT32, "out32", "got 0x%llx != exp 0x%llx\n", in test_endian() 41 (__u64)bss->out32, (__u64)OUT32); in test_endian()
|
/Linux-v6.6/include/sound/ |
D | vx_core.h | 79 void (*out32)(struct vx_core *chip, int reg, unsigned int val); member 242 chip->ops->out32(chip, reg, val); in snd_vx_outl()
|
/Linux-v6.6/sound/soc/codecs/ |
D | wm0010.c | 220 u32 *out32 = xfer->t.rx_buf; in wm0010_boot_xfer_complete() local 233 dev_dbg(component->dev, "%d: %04x\n", i, out32[i]); in wm0010_boot_xfer_complete() 235 switch (be32_to_cpu(out32[i])) { in wm0010_boot_xfer_complete() 321 be32_to_cpu(out32[i])); in wm0010_boot_xfer_complete()
|
/Linux-v6.6/sound/pci/vx222/ |
D | vx222_ops.c | 995 .out32 = vx2_outl, 1015 .out32 = vx2_outl,
|