Searched refs:pbits (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/powerpc/crypto/ |
| A D | md5-glue.c | 82 __le64 *pbits = (__le64 *)((char *)sctx->block + 56); in ppc_md5_final() local 95 *pbits = cpu_to_le64(sctx->byte_count << 3); in ppc_md5_final()
|
| A D | sha1-spe-glue.c | 109 __be64 *pbits = (__be64 *)(((char *)&sctx->buffer) + 56); in ppc_spe_sha1_final() local 125 *pbits = cpu_to_be64(sctx->count << 3); in ppc_spe_sha1_final()
|
| A D | sha256-spe-glue.c | 111 __be64 *pbits = (__be64 *)(((char *)&sctx->buf) + 56); in ppc_spe_sha256_final() local 127 *pbits = cpu_to_be64(sctx->count << 3); in ppc_spe_sha256_final()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_drv.h | 430 const unsigned int pbits = in __platform_mask_index() local 435 pbits * ARRAY_SIZE(info->platform_mask)); in __platform_mask_index() 437 return p / pbits; in __platform_mask_index() 444 const unsigned int pbits = in __platform_mask_bit() local 447 return p % pbits + INTEL_SUBPLATFORM_BITS; in __platform_mask_bit()
|
| /linux/sound/core/ |
| A D | sound_kunit.c | 14 #define DEFINE_FORMAT(fmt, pbits, wd, endianness, signd, silence_arr) { \ argument 15 .format = SNDRV_PCM_FORMAT_##fmt, .physical_bits = pbits, \
|
| /linux/drivers/net/hamradio/ |
| A D | yam.c | 432 unsigned char *pbits; in fpga_download() local 434 pbits = get_mcs(bitrate); in fpga_download() 435 if (pbits == NULL) in fpga_download() 440 if (fpga_write(iobase, pbits[i])) { in fpga_download()
|
| /linux/drivers/nvmem/ |
| A D | core.c | 1717 u8 v, *p, *buf, *b, pbyte, pbits; in nvmem_cell_prepare_write_buffer() local 1740 pbits = pbyte >> (BITS_PER_BYTE - 1 - bit_offset); in nvmem_cell_prepare_write_buffer() 1744 *b++ |= pbits; in nvmem_cell_prepare_write_buffer()
|
| /linux/arch/s390/mm/ |
| A D | gmap.c | 1029 unsigned long pbits = 0; in gmap_protect_pte() local 1038 pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0; in gmap_protect_pte() 1039 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0; in gmap_protect_pte() 1041 rc = ptep_force_prot(gmap->mm, gaddr, ptep, prot, pbits); in gmap_protect_pte()
|
Completed in 24 milliseconds