Home
last modified time | relevance | path

Searched refs:bitstream (Results 1 – 24 of 24) sorted by relevance

/linux-4.1.27/drivers/block/drbd/
Ddrbd_vli.h227 struct bitstream { struct
238 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument
246 static inline void bitstream_rewind(struct bitstream *bs) in bitstream_rewind()
260 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits()
293 static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) in bitstream_get_bits()
340 static inline int vli_encode_bits(struct bitstream *bs, u64 in) in vli_encode_bits()
Ddrbd_main.c1086 struct bitstream bs; in fill_bitmap_rle_bits()
Ddrbd_receiver.c4307 struct bitstream bs; in recv_bm_rle_bits()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-genwqe4 Description: Unique bitstream identification e.g.
21 Description: Currently active bitstream. 1 is default, 0 is backup.
26 Description: Interface to set the next bitstream to be used.
31 Description: Interface to trigger a PCIe card reset to reload the bitstream.
34 If successfully, the card will come back with the bitstream set
Ddebugfs-driver-genwqe58 Description: Comprehensive summary of bitstream version and software
59 version. Used bitstream and bitstream clocking information.
/linux-4.1.27/drivers/net/hamradio/
Dbaycom_epp.c191 unsigned int bitbuf, bitstream, numbits, state; member
374 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local
391 bitstream = bitbuf = numbit = 0; in encode_hdlc()
393 bitstream >>= 8; in encode_hdlc()
394 bitstream |= ((unsigned int)*bp) << 8; in encode_hdlc()
396 notbitstream = ~bitstream; in encode_hdlc()
403 bitstream &= ~(0x100 << j); in encode_hdlc()
407 notbitstream = ~bitstream; in encode_hdlc()
565 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
573 bitstream = bc->hdlcrx.bitstream; in receive()
[all …]
Dhdlcdrv.c184 s->hdlcrx.bitstream >>= 16; in hdlcdrv_receiver()
185 s->hdlcrx.bitstream |= word << 16; in hdlcdrv_receiver()
194 if ((s->hdlcrx.bitstream & mask1) == mask1) in hdlcdrv_receiver()
196 else if ((s->hdlcrx.bitstream & mask2) == mask3) { in hdlcdrv_receiver()
209 } else if ((s->hdlcrx.bitstream & mask4) == mask5) { in hdlcdrv_receiver()
328 s->hdlctx.bitstream = 0; in hdlcdrv_transmitter()
340 s->hdlctx.bitstream >>= 8; in hdlcdrv_transmitter()
341 s->hdlctx.bitstream |= (*s->hdlctx.bp++) << 16; in hdlcdrv_transmitter()
348 if ((s->hdlctx.bitstream & mask1) != mask1) in hdlcdrv_transmitter()
350 s->hdlctx.bitstream &= ~mask2; in hdlcdrv_transmitter()
[all …]
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-bit.c154 (rd_ptr - ctx->bitstream.paddr); in coda_kfifo_sync_from_device()
165 rd_ptr = ctx->bitstream.paddr + (kfifo->out & kfifo->mask); in coda_kfifo_sync_to_device_full()
167 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_full()
177 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_write()
203 vb2_get_plane_payload(src_buf, 0) + 512 >= ctx->bitstream.size) in coda_bitstream_try_queue()
1338 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_seq_end_work()
1372 if (ctx->bitstream.vaddr) in coda_alloc_bitstream_buffer()
1375 ctx->bitstream.size = roundup_pow_of_two(q_data->sizeimage * 2); in coda_alloc_bitstream_buffer()
1376 ctx->bitstream.vaddr = dma_alloc_writecombine( in coda_alloc_bitstream_buffer()
1377 &ctx->dev->plat_dev->dev, ctx->bitstream.size, in coda_alloc_bitstream_buffer()
[all …]
Dcoda.h220 struct coda_aux_buf bitstream; member
Dcoda-common.c1185 if (ctx->bitstream.size && vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) { in coda_buf_queue()
1385 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_stop_streaming()
/linux-4.1.27/arch/metag/
DKconfig.soc9 This is a Meta 1.2 FPGA bitstream, just a bare CPU.
15 This is a Meta 2.1 FPGA bitstream, just a bare CPU.
/linux-4.1.27/include/linux/
Dhdlcdrv.h110 unsigned int bitstream; member
130 unsigned int bitstream; member
/linux-4.1.27/drivers/staging/gs_fpgaboot/
DREADME28 - load Xilinx FPGA bitstream format[1] firmware image file using
69 2. bitstream file info:
/linux-4.1.27/drivers/misc/genwqe/
Dcard_debugfs.c309 u64 app_id, slu_id, bitstream = -1; in genwqe_info_show() local
316 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM); in genwqe_info_show()
337 bitstream); in genwqe_info_show()
Dcard_utils.c714 u64 bitstream; in genwqe_read_softreset() local
719 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM) & 0x1; in genwqe_read_softreset()
720 cd->softreset = (bitstream == 0) ? 0x8ull : 0xcull; in genwqe_read_softreset()
/linux-4.1.27/drivers/staging/comedi/drivers/
Dcb_pcidas.c568 unsigned int bitstream, in write_calibration_bitstream() argument
576 if (bitstream & bit) in write_calibration_bitstream()
590 unsigned int bitstream = ((chan & 0x7) << 8) | val; in caldac_8800_write() local
593 write_calibration_bitstream(dev, cal_enable_bits(dev), bitstream, in caldac_8800_write()
663 unsigned int bitstream = value & 0x7f; in trimpot_7376_write() local
671 write_calibration_bitstream(dev, register_bits, bitstream, in trimpot_7376_write()
688 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in trimpot_8402_write() local
696 write_calibration_bitstream(dev, register_bits, bitstream, in trimpot_8402_write()
Dcb_pcidas64.c1684 uint8_t bitstream; in i2c_write() local
1697 bitstream = (address << 1) & ~read_bit; in i2c_write()
1698 i2c_write_byte(dev, bitstream); in i2c_write()
3489 unsigned int bitstream = ((address & 0x7) << 8) | value; in caldac_8800_write() local
3499 if (bitstream & bit) in caldac_8800_write()
3622 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in ad8402_write() local
3630 if (bitstream & bit) in ad8402_write()
3674 unsigned int bitstream = (read_command << 8) | address; in read_eeprom() local
3696 if (bitstream & bit) in read_eeprom()
/linux-4.1.27/Documentation/devicetree/bindings/ata/
Dsata_highbank.txt22 SGPIO bitstream.
/linux-4.1.27/Documentation/devicetree/bindings/
Dxilinx.txt15 to be recompiled every time the FPGA bitstream is resynthesized.
18 generate a new device tree each time the FPGA bitstream changes. The
251 bitstream stored on a CF card. It can also be used as a generic CF
/linux-4.1.27/firmware/
DMakefile101 emi26/bitstream.fw
102 fw-shipped-$(CONFIG_USB_EMI62) += emi62/loader.fw emi62/bitstream.fw \
DWHENCE171 File: emi26/bitstream.fw
205 File: emi62/bitstream.fw
292 File: dabusb/bitstream.bin
/linux-4.1.27/drivers/misc/
DKconfig490 tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
495 This option enables support for bitstream configuration (programming
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt159 and are not present by default in the bitstream, hence the need for a new
/linux-4.1.27/drivers/char/hw_random/
DKconfig32 the default FPGA bitstream on the TS-7800 has such functionality.