Searched refs:pbits (Results 1 – 3 of 3) sorted by relevance
392 const unsigned int pbits = in __platform_mask_index() local397 pbits * ARRAY_SIZE(info->platform_mask)); in __platform_mask_index()399 return p / pbits; in __platform_mask_index()406 const unsigned int pbits = in __platform_mask_bit() local409 return p % pbits + INTEL_SUBPLATFORM_BITS; in __platform_mask_bit()
432 unsigned char *pbits; in fpga_download() local434 pbits = get_mcs(bitrate); in fpga_download()435 if (pbits == NULL) in fpga_download()440 if (fpga_write(iobase, pbits[i])) { in fpga_download()
1712 u8 v, *p, *buf, *b, pbyte, pbits; in nvmem_cell_prepare_write_buffer() local1735 pbits = pbyte >> (BITS_PER_BYTE - 1 - bit_offset); in nvmem_cell_prepare_write_buffer()1739 *b++ |= pbits; in nvmem_cell_prepare_write_buffer()
Completed in 13 milliseconds