| /linux-6.15/lib/ |
| H A D | find_bit.c | 257 return FIND_FIRST_BIT(~addr[idx], swab, size); in _find_first_zero_bit_le() 267 return FIND_NEXT_BIT(~addr[idx], swab, size, offset); in _find_next_zero_bit_le() 276 return FIND_NEXT_BIT(addr[idx], swab, size, offset); in _find_next_bit_le()
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-fsl-espi.c | 102 bool swab; member 229 else if (espi->swab) in fsl_espi_fill_tx_fifo() 238 } else if (tx_left >= 2 && tx_buf && espi->swab) { in fsl_espi_fill_tx_fifo() 284 if (rx_buf && espi->swab) in fsl_espi_read_rx_fifo() 291 } else if (rx_left >= 2 && rx_buf && espi->swab) { in fsl_espi_read_rx_fifo() 404 espi->swab = spi->mode & SPI_LSB_FIRST && trans->bits_per_word > 8; in fsl_espi_trans()
|
| H A D | spi-sh-msiof.c | 924 bool swab; in sh_msiof_transfer_one() local 980 swab = true; in sh_msiof_transfer_one() 982 swab = false; in sh_msiof_transfer_one() 1001 } else if (swab) { in sh_msiof_transfer_one()
|
| /linux-6.15/include/linux/ |
| H A D | swab.h | 10 # define swab __swab macro
|
| H A D | find.h | 540 val = swab(val) | ~GENMASK(size - 1, offset); in find_next_zero_bit_le() 553 unsigned long val = swab(*(const unsigned long *)addr) | ~GENMASK(size - 1, 0); in find_first_zero_bit_le() 573 val = swab(val) & GENMASK(size - 1, offset); in find_next_bit_le()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | reflink.h | 31 .swab = bch2_ptr_swab, \
|
| H A D | bkey_methods.h | 28 void (*swab)(struct bkey_s); member
|
| H A D | extents.h | 419 .swab = bch2_ptr_swab, \ 426 .swab = bch2_ptr_swab, \ 439 .swab = bch2_ptr_swab, \
|
| H A D | bkey_methods.c | 339 if (ops->swab) in bch2_bkey_swab_val() 340 ops->swab(k); in bch2_bkey_swab_val()
|
| H A D | backpointers.h | 29 .swab = bch2_backpointer_swab, \
|
| H A D | ec.h | 20 .swab = bch2_ptr_swab, \
|
| H A D | alloc_background.h | 281 .swab = bch2_alloc_v4_swab, \
|
| H A D | disk_accounting.h | 119 .swab = bch2_accounting_swab, \
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | Kbuild | 32 mandatory-y += swab.h
|
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | fb_draw.h | 13 #define __swab_long(x) swab##x
|
| /linux-6.15/include/drm/ |
| H A D | drm_format_helper.h | 86 bool swab);
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_format_helper.c | 479 bool swab) in drm_fb_xrgb8888_to_rgb565() argument 487 if (swab) in drm_fb_xrgb8888_to_rgb565()
|
| /linux-6.15/fs/cramfs/ |
| H A D | README | 148 etc. macros as used by ext2fs. We don't need to swab the compressed
|
| /linux-6.15/drivers/net/dsa/microchip/ |
| H A D | ksz_common.h | 872 swab##swp((opcode) << ((regbits) + (regpad)))
|
| /linux-6.15/drivers/char/ |
| H A D | random.c | 1121 (regs ? instruction_pointer(regs) : _RET_IP_) ^ swab(irq)); in add_interrupt_randomness()
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | checkuapi.rst | 319 mandatory-y += swab.h
|
| /linux-6.15/mm/ |
| H A D | slub.c | 478 encoded = (unsigned long)ptr ^ s->random ^ swab(ptr_addr); in freelist_ptr_encode() 491 decoded = (void *)(ptr.v ^ s->random ^ swab(ptr_addr)); in freelist_ptr_decode()
|
| /linux-6.15/arch/ |
| H A D | Kconfig | 197 hand-coded assembler in <asm/swab.h>. But just in case it
|