pbits              83 arch/powerpc/crypto/md5-glue.c 	__le64 *pbits = (__le64 *)((char *)sctx->block + 56);
pbits              96 arch/powerpc/crypto/md5-glue.c 	*pbits = cpu_to_le64(sctx->byte_count << 3);
pbits             123 arch/powerpc/crypto/sha1-spe-glue.c 	__be64 *pbits = (__be64 *)(((char *)&sctx->buffer) + 56);
pbits             139 arch/powerpc/crypto/sha1-spe-glue.c 	*pbits = cpu_to_be64(sctx->count << 3);
pbits             145 arch/powerpc/crypto/sha256-spe-glue.c 	__be64 *pbits = (__be64 *)(((char *)&sctx->buf) + 56);
pbits             161 arch/powerpc/crypto/sha256-spe-glue.c 	*pbits = cpu_to_be64(sctx->count << 3);
pbits            1010 arch/s390/mm/gmap.c 	unsigned long pbits = 0;
pbits            1019 arch/s390/mm/gmap.c 	pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0;
pbits            1020 arch/s390/mm/gmap.c 	pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0;
pbits            1022 arch/s390/mm/gmap.c 	rc = ptep_force_prot(gmap->mm, gaddr, ptep, prot, pbits);
pbits            1870 drivers/gpu/drm/i915/i915_drv.h 	const unsigned int pbits =
pbits            1875 drivers/gpu/drm/i915/i915_drv.h 		     pbits * ARRAY_SIZE(info->platform_mask));
pbits            1877 drivers/gpu/drm/i915/i915_drv.h 	return p / pbits;
pbits            1884 drivers/gpu/drm/i915/i915_drv.h 	const unsigned int pbits =
pbits            1887 drivers/gpu/drm/i915/i915_drv.h 	return p % pbits + INTEL_SUBPLATFORM_BITS;
pbits             432 drivers/net/hamradio/yam.c 	unsigned char *pbits;
pbits             434 drivers/net/hamradio/yam.c 	pbits = get_mcs(bitrate);
pbits             435 drivers/net/hamradio/yam.c 	if (pbits == NULL)
pbits             440 drivers/net/hamradio/yam.c 		if (fpga_write(iobase, pbits[i])) {
pbits             998 drivers/nvmem/core.c 	u8 v, *p, *buf, *b, pbyte, pbits;
pbits            1021 drivers/nvmem/core.c 			pbits = pbyte >> (BITS_PER_BYTE - 1 - bit_offset);
pbits            1025 drivers/nvmem/core.c 			*b++ |= pbits;