Home
last modified time | relevance | path

Searched refs:pbits (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/hamradio/
H A Dyam.c432 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 Dgmap.c920 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 Dcore.c1712 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()