Searched refs:swab (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_format_helper.c | 139 bool swab) in drm_fb_xrgb8888_to_rgb565_line() argument 148 if (swab) in drm_fb_xrgb8888_to_rgb565_line() 171 struct drm_rect *clip, bool swab) in drm_fb_xrgb8888_to_rgb565() argument 190 drm_fb_xrgb8888_to_rgb565_line(dst, sbuf, linepixels, swab); in drm_fb_xrgb8888_to_rgb565() 216 struct drm_rect *clip, bool swab) in drm_fb_xrgb8888_to_rgb565_dstclip() argument 230 drm_fb_xrgb8888_to_rgb565_line(dbuf, vaddr, linepixels, swab); in drm_fb_xrgb8888_to_rgb565_dstclip()
|
/Linux-v5.10/include/drm/ |
D | drm_format_helper.h | 21 struct drm_rect *clip, bool swab); 24 struct drm_rect *clip, bool swab);
|
/Linux-v5.10/lib/ |
D | find_bit.c | 48 mask = swab(mask); in _find_next_bit() 66 tmp = swab(tmp); in _find_next_bit()
|
/Linux-v5.10/include/linux/ |
D | swab.h | 10 # define swab __swab macro
|
/Linux-v5.10/drivers/spi/ |
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()
|
D | spi-sh-msiof.c | 918 bool swab; in sh_msiof_transfer_one() local 974 swab = true; in sh_msiof_transfer_one() 976 swab = false; in sh_msiof_transfer_one() 995 } else if (swab) { in sh_msiof_transfer_one()
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | Kbuild | 32 mandatory-y += swab.h
|
/Linux-v5.10/drivers/net/dsa/microchip/ |
D | ksz_common.h | 305 swab##swp((opcode) << ((regbits) + (regpad)))
|
/Linux-v5.10/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 384 cache[i] ^= swab(x); in safexcel_ahash_send_req() 822 result[i] = swab(ctx->base.ipad.word[i + 4]); in safexcel_ahash_final() 2107 ctx->base.ipad.word[i] = swab(key_tmp[i]); in safexcel_xcbcmac_setkey() 2190 ctx->base.ipad.word[i + 8] = swab(aes.key_enc[i]); in safexcel_cmac_setkey()
|
/Linux-v5.10/fs/cramfs/ |
D | README | 148 etc. macros as used by ext2fs. We don't need to swab the compressed
|
/Linux-v5.10/arch/ |
D | Kconfig | 177 hand-coded assembler in <asm/swab.h>. But just in case it
|
/Linux-v5.10/mm/ |
D | slub.c | 262 swab((unsigned long)kasan_reset_tag((void *)ptr_addr))); in freelist_ptr()
|