Home
last modified time | relevance | path

Searched refs:out32 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_endian.c17 __u32 out32 = 0; variable
28 out32 = __builtin_bswap32(in32); in sys_enter()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dendian.c40 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/sound/soc/codecs/
H A Dwm0010.c210 u32 *out32 = xfer->t.rx_buf; in wm0010_boot_xfer_complete() local
223 dev_dbg(component->dev, "%d: %04x\n", i, out32[i]); in wm0010_boot_xfer_complete()
225 switch (be32_to_cpu(out32[i])) { in wm0010_boot_xfer_complete()
311 be32_to_cpu(out32[i])); in wm0010_boot_xfer_complete()
/linux/include/sound/
H A Dvx_core.h79 void (*out32)(struct vx_core *chip, int reg, unsigned int val); member
241 chip->ops->out32(chip, reg, val); in snd_vx_outl()
/linux/sound/pci/vx222/
H A Dvx222_ops.c995 .out32 = vx2_outl,
1015 .out32 = vx2_outl,