Home
last modified time | relevance | path

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

123

/linux/Documentation/ABI/stable/
A Dsysfs-driver-misc-cp5005 Description: Version of the FPGA configuration bitstream as printable string.
14 bitstream on reset. Normal FPGA behavior and default is to keep
15 configuration bitstream and to only reset the configured logic.
18 configuration bitstream with a simple reboot. Otherwise it is
20 configuration bitstream.
23 1 = keep configuration bitstream on reset, default
24 0 = reload configuration bitstream on reset
/linux/drivers/block/drbd/
A Ddrbd_vli.h215 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/Documentation/ABI/testing/
A 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.
38 If successfully, the card will come back with the bitstream set
A Ddebugfs-driver-genwqe58 Description: Comprehensive summary of bitstream version and software
59 version. Used bitstream and bitstream clocking information.
A Dsysfs-devices-platform-stratix10-rsu34 0xF001 bitstream error
36 0xF003 bitstream corruption
/linux/drivers/net/hamradio/
A Dhdlcdrv.c172 s->hdlcrx.bitstream >>= 16; in hdlcdrv_receiver()
173 s->hdlcrx.bitstream |= word << 16; in hdlcdrv_receiver()
182 if ((s->hdlcrx.bitstream & mask1) == mask1) in hdlcdrv_receiver()
184 else if ((s->hdlcrx.bitstream & mask2) == mask3) { in hdlcdrv_receiver()
197 } else if ((s->hdlcrx.bitstream & mask4) == mask5) { in hdlcdrv_receiver()
316 s->hdlctx.bitstream = 0; in hdlcdrv_transmitter()
328 s->hdlctx.bitstream >>= 8; in hdlcdrv_transmitter()
329 s->hdlctx.bitstream |= (*s->hdlctx.bp++) << 16; in hdlcdrv_transmitter()
336 if ((s->hdlctx.bitstream & mask1) != mask1) in hdlcdrv_transmitter()
338 s->hdlctx.bitstream &= ~mask2; in hdlcdrv_transmitter()
[all …]
A Dbaycom_epp.c380 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()
563 bitstream = bc->hdlcrx.bitstream; in receive()
574 bitstream >>= 8; in receive()
575 bitstream |= (*cp) << 8; in receive()
579 notbitstream = ~bitstream; in receive()
[all …]
/linux/drivers/media/platform/chips-media/coda/
A Dcoda-bit.c217 ctx->bitstream.size); in coda_bitstream_flush()
260 ctx->bitstream.size) in coda_bitstream_try_queue()
1731 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_seq_end_work()
1768 if (ctx->bitstream.vaddr) in coda_alloc_bitstream_buffer()
1772 ctx->bitstream.vaddr = dma_alloc_wc(ctx->dev->dev, ctx->bitstream.size, in coda_alloc_bitstream_buffer()
1774 if (!ctx->bitstream.vaddr) { in coda_alloc_bitstream_buffer()
1780 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_alloc_bitstream_buffer()
1790 dma_free_wc(ctx->dev->dev, ctx->bitstream.size, ctx->bitstream.vaddr, in coda_free_bitstream_buffer()
1791 ctx->bitstream.paddr); in coda_free_bitstream_buffer()
1792 ctx->bitstream.vaddr = NULL; in coda_free_bitstream_buffer()
[all …]
/linux/Documentation/admin-guide/media/
A Dvisl.rst43 - keep_bitstream_buffers: Controls whether bitstream (i.e. OUTPUT) buffers are
141 **/sys/kernel/debug/visl/bitstream** with OUTPUT buffer data according to the
150 snprintf(name, 32, "bitstream%d", run->src->sequence);
158 $ xxd /sys/kernel/debug/visl/bitstream/bitstream0
172 $ xxd /sys/kernel/debug/visl/bitstream/bitstream1
/linux/drivers/media/platform/verisilicon/
A Dhantro_v4l2.h31 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream,
/linux/include/linux/
A Dhdlcdrv.h111 unsigned int bitstream; member
131 unsigned int bitstream; member
/linux/drivers/misc/genwqe/
A Dcard_debugfs.c287 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()
/linux/Documentation/devicetree/bindings/media/
A Damlogic,gx-vdec.yaml16 except for the hardware bitstream parser that makes use of an undocumented
20 - ESPARSER is a bitstream parser that outputs to a VIFIFO. Further VDEC blocks
/linux/Documentation/devicetree/bindings/pwm/
A Dmicrochip,corepwm.yaml43 mode is possible for each channel, and is set by the bitstream programmed to the
60 core, set at instantiation and by the bitstream programmed to the FPGA, determines
/linux/Documentation/devicetree/bindings/fpga/
A Dlattice-machxo2-spi.txt3 Lattice MachXO2 FPGAs support a method of loading the bitstream over
A Dmicrochip,mpf-spi-fpga-mgr.yaml14 load the bitstream in .dat format.
A Daltera-passive-serial.txt3 Altera FPGAs support a method of loading the bitstream over what is
A Dlattice,sysconfig.yaml17 Programming of ECP5 is done by writing uncompressed bitstream image in .bit
/linux/Documentation/staging/
A Dlzo.rst88 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/drivers/media/test-drivers/visl/
A DKconfig27 Choose Y to dump the bitstream buffers through debugfs.
/linux/Documentation/devicetree/bindings/
A 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
108 bitstream stored on a CF card. It can also be used as a generic CF
/linux/drivers/media/platform/st/sti/delta/
A DKconfig10 decoding of various compressed video bitstream format in
/linux/Documentation/devicetree/bindings/net/can/
A Dctu,ctucanfd.yaml21 …[4] PDF : https://dspace.cvut.cz/bitstream/handle/10467/80366/F3-DP-2019-Jerabek-Martin-Jerabek-th…
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-codec-stateless.rst27 bitstream) for the associated H264 slice data. This includes the
29 pipeline for H264. The bitstream parameters are defined according
278 the associated H264 slice data. The bitstream parameters are
525 for H264. The bitstream parameters are defined according to
1052 - Experimental bitstream.
1266 bitstream as specified by :ref:`mpeg2part2`.
1296 bitstream.
1328 bitstream as specified by :ref:`mpeg2part2`.
2056 bitstream) for the associated HEVC slice data.
2217 bitstream) for the associated HEVC slice data.
[all …]
/linux/Documentation/devicetree/bindings/soc/microchip/
A Dmicrochip,mpfs-sys-controller.yaml29 microchip,bitstream-flash:

Completed in 43 milliseconds

123