| /Linux-v5.4/drivers/block/drbd/ |
| D | drbd_vli.h | 215 struct bitstream { struct 226 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument 234 static inline void bitstream_rewind(struct bitstream *bs) in bitstream_rewind() 248 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits() 281 static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) in bitstream_get_bits() 328 static inline int vli_encode_bits(struct bitstream *bs, u64 in) in vli_encode_bits()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-driver-genwqe | 4 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
|
| D | debugfs-driver-genwqe | 58 Description: Comprehensive summary of bitstream version and software 59 version. Used bitstream and bitstream clocking information.
|
| D | sysfs-devices-platform-stratix10-rsu | 34 0xF001 bitstream error 36 0xF003 bitstream corruption
|
| D | sysfs-class-fpga-manager | 45 error or incompatible bitstream image. The intent of this
|
| /Linux-v5.4/drivers/net/hamradio/ |
| D | hdlcdrv.c | 171 s->hdlcrx.bitstream >>= 16; in hdlcdrv_receiver() 172 s->hdlcrx.bitstream |= word << 16; in hdlcdrv_receiver() 181 if ((s->hdlcrx.bitstream & mask1) == mask1) in hdlcdrv_receiver() 183 else if ((s->hdlcrx.bitstream & mask2) == mask3) { in hdlcdrv_receiver() 196 } else if ((s->hdlcrx.bitstream & mask4) == mask5) { in hdlcdrv_receiver() 315 s->hdlctx.bitstream = 0; in hdlcdrv_transmitter() 327 s->hdlctx.bitstream >>= 8; in hdlcdrv_transmitter() 328 s->hdlctx.bitstream |= (*s->hdlctx.bp++) << 16; in hdlcdrv_transmitter() 335 if ((s->hdlctx.bitstream & mask1) != mask1) in hdlcdrv_transmitter() 337 s->hdlctx.bitstream &= ~mask2; in hdlcdrv_transmitter() [all …]
|
| D | baycom_epp.c | 176 unsigned int bitbuf, bitstream, numbits, state; member 363 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local 380 bitstream = bitbuf = numbit = 0; in encode_hdlc() 382 bitstream >>= 8; in encode_hdlc() 383 bitstream |= ((unsigned int)*bp) << 8; in encode_hdlc() 385 notbitstream = ~bitstream; in encode_hdlc() 392 bitstream &= ~(0x100 << j); in encode_hdlc() 396 notbitstream = ~bitstream; in encode_hdlc() 555 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local 563 bitstream = bc->hdlcrx.bitstream; in receive() [all …]
|
| /Linux-v5.4/drivers/media/platform/coda/ |
| D | coda-bit.c | 156 (rd_ptr - ctx->bitstream.paddr); in coda_kfifo_sync_from_device() 167 rd_ptr = ctx->bitstream.paddr + (kfifo->out & kfifo->mask); in coda_kfifo_sync_to_device_full() 169 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_full() 179 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_write() 215 kfifo_init(&ctx->bitstream_fifo, ctx->bitstream.vaddr, in coda_bitstream_flush() 216 ctx->bitstream.size); in coda_bitstream_flush() 259 ctx->bitstream.size) in coda_bitstream_try_queue() 1715 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_seq_end_work() 1752 if (ctx->bitstream.vaddr) in coda_alloc_bitstream_buffer() 1755 ctx->bitstream.size = roundup_pow_of_two(q_data->sizeimage * 2); in coda_alloc_bitstream_buffer() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/media/ |
| D | amlogic,vdec.txt | 5 except for the hardware bitstream parser that makes use of an undocumented 10 - ESPARSER is a bitstream parser that outputs to a VIFIFO. Further VDEC blocks
|
| /Linux-v5.4/include/linux/ |
| D | hdlcdrv.h | 111 unsigned int bitstream; member 131 unsigned int bitstream; member
|
| /Linux-v5.4/drivers/staging/gs_fpgaboot/ |
| D | README | 28 - load Xilinx FPGA bitstream format[1] firmware image file using 69 2. bitstream file info:
|
| /Linux-v5.4/Documentation/fpga/ |
| D | dfl.rst | 89 - Program bitstream (DFL_FPGA_FME_PORT_PR) 96 Read bitstream ID (bitstream_id) 99 Read bitstream metadata (bitstream_metadata) 150 afu_id indicates which PR bitstream is programmed to this AFU. 205 reconfiguration of the PR bitstream to the given port. 222 reconfiguration of a PR bitstream file. The PR bitstream file must have been 226 comparing the compatibility ID noted in the header of PR bitstream file against
|
| /Linux-v5.4/drivers/misc/genwqe/ |
| D | card_debugfs.c | 287 u64 app_id, slu_id, bitstream = -1; in info_show() local 294 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM); in info_show() 312 bitstream); in info_show()
|
| D | card_utils.c | 724 u64 bitstream; in genwqe_read_softreset() local 729 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM) & 0x1; in genwqe_read_softreset() 730 cd->softreset = (bitstream == 0) ? 0x8ull : 0xcull; in genwqe_read_softreset()
|
| /Linux-v5.4/Documentation/devicetree/bindings/fpga/ |
| D | lattice-machxo2-spi.txt | 3 Lattice MachXO2 FPGAs support a method of loading the bitstream over
|
| D | altera-passive-serial.txt | 3 Altera FPGAs support a method of loading the bitstream over what is
|
| D | xilinx-slave-serial.txt | 3 Xilinx Spartan-6 FPGAs support a method of loading the bitstream over
|
| /Linux-v5.4/Documentation/ |
| D | lzo.txt | 88 common case for zram. This modifies the bitstream in a backwards compatible way 105 17 : bitstream version. If the first byte is 17, and compressed 107 versioned bitstream), the next byte gives the bitstream version 109 Otherwise, the bitstream version is 0.
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | fsl,micfil.txt | 4 microphone bitstream in a configurable output sampling rate.
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | ext-ctrls-codec.rst | 466 itself, guaranteeing a fixed and reproducible audio bitstream. 0 = 601 for testing, to produce a fixed video bitstream. 0 = unmuted, 1 = 1259 information in the encoded bitstream. The frame packing SEI message 1306 Enables flexible macroblock ordering in the encoded bitstream. It is 1387 Enables arbitrary slice ordering in encoded bitstream. Applicable to 1458 bitstream) for the associated H264 slice data. This includes the 1460 pipeline for H264. The bitstream parameters are defined according 1600 bitstream) for the associated H264 slice data. This includes the 1602 pipeline for H264. The bitstream parameters are defined according 1693 Specifies the scaling matrix (as extracted from the bitstream) for [all …]
|
| D | pixfmt-compressed.rst | 65 extracted from the H264 bitstream. This format is adapted for 115 - MPEG-2 parsed slice data, as extracted from the MPEG-2 bitstream.
|
| /Linux-v5.4/Documentation/devicetree/bindings/ata/ |
| D | sata_highbank.txt | 22 SGPIO bitstream.
|
| /Linux-v5.4/Documentation/devicetree/bindings/mips/img/ |
| D | xilfpga.txt | 76 When the example project bitstream is loaded, the cpu_reset button
|
| /Linux-v5.4/Documentation/devicetree/bindings/ |
| D | xilinx.txt | 15 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-v5.4/drivers/staging/media/hantro/ |
| D | hantro_v4l2.c | 63 bool bitstream) in hantro_get_default_fmt() argument 68 if (bitstream == (formats[i].codec_mode != in hantro_get_default_fmt()
|