Searched refs:pbits (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/crypto/
H A Dmd5-glue.c82 __le64 *pbits = (__le64 *)((char *)sctx->block + 56); local
95 *pbits = cpu_to_le64(sctx->byte_count << 3);
H A Dsha1-spe-glue.c109 __be64 *pbits = (__be64 *)(((char *)&sctx->buffer) + 56); local
125 *pbits = cpu_to_be64(sctx->count << 3);
H A Dsha256-spe-glue.c111 __be64 *pbits = (__be64 *)(((char *)&sctx->buf) + 56); local
127 *pbits = cpu_to_be64(sctx->count << 3);
/linux-master/drivers/gpu/drm/i915/
H A Di915_drv.h446 const unsigned int pbits = local
451 pbits * ARRAY_SIZE(info->platform_mask));
453 return p / pbits;
460 const unsigned int pbits = local
463 return p % pbits + INTEL_SUBPLATFORM_BITS;
/linux-master/sound/core/
H A Dsound_kunit.c14 #define DEFINE_FORMAT(fmt, pbits, wd, endianness, signd, silence_arr) { \
15 .format = SNDRV_PCM_FORMAT_##fmt, .physical_bits = pbits, \
/linux-master/drivers/net/hamradio/
H A Dyam.c432 unsigned char *pbits; local
434 pbits = get_mcs(bitrate);
435 if (pbits == NULL)
440 if (fpga_write(iobase, pbits[i])) {
/linux-master/drivers/nvmem/
H A Dcore.c1700 u8 v, *p, *buf, *b, pbyte, pbits; local
1723 pbits = pbyte >> (BITS_PER_BYTE - 1 - bit_offset);
1727 *b++ |= pbits;
/linux-master/arch/s390/mm/
H A Dgmap.c1029 unsigned long pbits = 0; local
1038 pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0;
1039 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0;
1041 rc = ptep_force_prot(gmap->mm, gaddr, ptep, prot, pbits);

Completed in 114 milliseconds