Searched refs:pbits (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/hamradio/ |
| H 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/arch/s390/mm/ |
| H A D | gmap.c | 920 unsigned long pbits = 0; in gmap_protect_pte() local 929 pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0; in gmap_protect_pte() 930 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0; in gmap_protect_pte() 932 rc = ptep_force_prot(gmap->mm, gaddr, ptep, prot, pbits); in gmap_protect_pte()
|
| /linux/drivers/nvmem/ |
| H A D | core.c | 1712 u8 v, *p, *buf, *b, pbyte, pbits; in nvmem_cell_prepare_write_buffer() local 1735 pbits = pbyte >> (BITS_PER_BYTE - 1 - bit_offset); in nvmem_cell_prepare_write_buffer() 1739 *b++ |= pbits; in nvmem_cell_prepare_write_buffer()
|