Home
last modified time | relevance | path

Searched refs:swahw32 (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dswab.h11 # define swahw32 __swahw32 macro
/linux/arch/arm/include/asm/
H A Dopcodes.h91 #define ___opcode_swahw32(x) swahw32(x)
/linux/drivers/spi/
H A Dspi-sh-msiof.c796 *dst++ = swahw32(get_unaligned(src)); in copy_wswap32()
801 put_unaligned(swahw32(*src++), dst); in copy_wswap32()
806 *dst++ = swahw32(*src++); in copy_wswap32()
/linux/sound/usb/hiface/
H A Dpcm.c250 ((u32 *)dest)[i] = swahw32(((u32 *)src)[i]); in memcpy_swahw32()
/linux/kernel/
H A Dtorture.c466 return swahw32(trsp->trs_state); in torture_random()
/linux/io_uring/
H A Dpoll.c844 events = swahw32(events); in io_poll_parse_events()