Searched refs:swab (Results 1 - 25 of 70) sorted by relevance

123

/linux-master/arch/powerpc/include/asm/
H A Dswab.h7 #include <uapi/asm/swab.h>
/linux-master/arch/csky/abiv1/
H A Dbswapsi.c6 #include <uapi/linux/swab.h>
H A Dbswapdi.c6 #include <uapi/linux/swab.h>
/linux-master/arch/mips/lib/
H A Dbswapsi.c4 #include <uapi/linux/swab.h>
H A Dbswapdi.c4 #include <uapi/linux/swab.h>
/linux-master/include/linux/
H A Dswab.h5 #include <uapi/linux/swab.h>
10 # define swab __swab macro
H A Dfind.h513 val = swab(val) | ~GENMASK(size - 1, offset);
526 unsigned long val = swab(*(const unsigned long *)addr) | ~GENMASK(size - 1, 0);
546 val = swab(val) & GENMASK(size - 1, offset);
/linux-master/arch/mips/include/asm/
H A Dbitrev.h5 #include <linux/swab.h>
/linux-master/arch/arm/include/asm/
H A Dswab.h19 #include <uapi/asm/swab.h>
H A Dopcodes.h86 #include <linux/swab.h>
/linux-master/arch/nios2/include/uapi/asm/
H A Dswab.h15 #include <asm-generic/swab.h>
/linux-master/arch/loongarch/include/asm/
H A Dbitrev.h8 #include <linux/swab.h>
/linux-master/net/sunrpc/xprtrdma/
H A Dmodule.c15 #include <asm/swab.h>
/linux-master/arch/sh/include/uapi/asm/
H A Dswab.h11 #include <asm-generic/swab.h>
/linux-master/arch/arm64/kvm/hyp/
H A Dvgic-v2-cpuif-proxy.c12 #include <linux/swab.h>
/linux-master/lib/
H A Dfind_bit.c20 #include <linux/swab.h>
245 return FIND_FIRST_BIT(~addr[idx], swab, size);
255 return FIND_NEXT_BIT(~addr[idx], swab, size, offset);
264 return FIND_NEXT_BIT(addr[idx], swab, size, offset);
/linux-master/drivers/base/regmap/
H A Dregmap-ram.c15 #include <linux/swab.h>
H A Dregmap-raw-ram.c15 #include <linux/swab.h>
/linux-master/fs/bcachefs/
H A Dreflink.h33 .swab = bch2_ptr_swab, \
H A Dbkey_methods.h28 void (*swab)(struct bkey_s); member in struct:bkey_ops
H A Dbackpointers.h29 .swab = bch2_backpointer_swab, \
H A Dextents.h422 .swab = bch2_ptr_swab, \
429 .swab = bch2_ptr_swab, \
442 .swab = bch2_ptr_swab, \
/linux-master/drivers/ipack/carriers/
H A Dtpci200.h16 #include <linux/swab.h>
/linux-master/include/drm/
H A Ddrm_format_helper.h85 bool swab);
/linux-master/drivers/spi/
H A Dspi-fsl-espi.c102 bool swab; member in struct:fsl_espi
229 else if (espi->swab)
238 } else if (tx_left >= 2 && tx_buf && espi->swab) {
284 if (rx_buf && espi->swab)
291 } else if (rx_left >= 2 && rx_buf && espi->swab) {
404 espi->swab = spi->mode & SPI_LSB_FIRST && trans->bits_per_word > 8;

Completed in 328 milliseconds

123