Searched refs:pbits (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/powerpc/crypto/ |
D | md5-glue.c | 88 __le64 *pbits = (__le64 *)((char *)sctx->block + 56); in ppc_md5_final() local 101 *pbits = cpu_to_le64(sctx->byte_count << 3); in ppc_md5_final()
|
D | sha1-spe-glue.c | 128 __be64 *pbits = (__be64 *)(((char *)&sctx->buffer) + 56); in ppc_spe_sha1_final() local 144 *pbits = cpu_to_be64(sctx->count << 3); in ppc_spe_sha1_final()
|
D | sha256-spe-glue.c | 150 __be64 *pbits = (__be64 *)(((char *)&sctx->buf) + 56); in ppc_spe_sha256_final() local 166 *pbits = cpu_to_be64(sctx->count << 3); in ppc_spe_sha256_final()
|
/Linux-v4.19/drivers/net/hamradio/ |
D | yam.c | 447 unsigned char *pbits; in fpga_download() local 449 pbits = get_mcs(bitrate); in fpga_download() 450 if (pbits == NULL) in fpga_download() 455 if (fpga_write(iobase, pbits[i])) { in fpga_download()
|
/Linux-v4.19/drivers/nvmem/ |
D | core.c | 1108 u8 v, *p, *buf, *b, pbyte, pbits; in nvmem_cell_prepare_write_buffer() local 1131 pbits = pbyte >> (BITS_PER_BYTE - 1 - bit_offset); in nvmem_cell_prepare_write_buffer() 1135 *b++ |= pbits; in nvmem_cell_prepare_write_buffer()
|
/Linux-v4.19/arch/s390/mm/ |
D | gmap.c | 1000 unsigned long pbits = 0; in gmap_protect_pte() local 1009 pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0; in gmap_protect_pte() 1010 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0; in gmap_protect_pte() 1012 rc = ptep_force_prot(gmap->mm, gaddr, ptep, prot, pbits); in gmap_protect_pte()
|