Home
last modified time | relevance | path

Searched refs:out32 (Results 1 – 6 of 6) 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/drivers/gpu/drm/
H A Ddrm_format_helper.c351 u32 out32[3] = { in drm_fb_xfrm_line_32to24() local
367 *dbuf32++ = cpu_to_le32(out32[0]); in drm_fb_xfrm_line_32to24()
368 *dbuf32++ = cpu_to_le32(out32[1]); in drm_fb_xfrm_line_32to24()
369 *dbuf32++ = cpu_to_le32(out32[2]); in drm_fb_xfrm_line_32to24()
/linux/sound/pci/vx222/
H A Dvx222_ops.c991 .out32 = vx2_outl,
1011 .out32 = vx2_outl,