Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/block/drbd/
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-v6.1/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.
38 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.
Dsysfs-devices-platform-stratix10-rsu34 0xF001 bitstream error
36 0xF003 bitstream corruption
Dsysfs-class-fpga-manager44 error or incompatible bitstream image. The intent of this
Dsysfs-platform-dfl-port15 returns uuid which could be used to identify which PR bitstream
/Linux-v6.1/drivers/net/hamradio/
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 …]
Dbaycom_epp.c176 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-v6.1/drivers/media/platform/chips-media/
Dcoda-bit.c157 (rd_ptr - ctx->bitstream.paddr); in coda_kfifo_sync_from_device()
168 rd_ptr = ctx->bitstream.paddr + (kfifo->out & kfifo->mask); in coda_kfifo_sync_to_device_full()
170 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_full()
180 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_write()
216 kfifo_init(&ctx->bitstream_fifo, ctx->bitstream.vaddr, in coda_bitstream_flush()
217 ctx->bitstream.size); in coda_bitstream_flush()
260 ctx->bitstream.size) in coda_bitstream_try_queue()
1725 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_seq_end_work()
1762 if (ctx->bitstream.vaddr) in coda_alloc_bitstream_buffer()
1765 ctx->bitstream.size = roundup_pow_of_two(q_data->sizeimage * 2); in coda_alloc_bitstream_buffer()
[all …]
/Linux-v6.1/drivers/media/platform/verisilicon/
Dhantro_v4l2.h27 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream);
/Linux-v6.1/include/linux/
Dhdlcdrv.h111 unsigned int bitstream; member
131 unsigned int bitstream; member
/Linux-v6.1/drivers/misc/genwqe/
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()
Dcard_utils.c705 u64 bitstream; in genwqe_read_softreset() local
710 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM) & 0x1; in genwqe_read_softreset()
711 cd->softreset = (bitstream == 0) ? 0x8ull : 0xcull; in genwqe_read_softreset()
/Linux-v6.1/Documentation/userspace-api/media/v4l/
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
172 bitstream) for the associated H264 slice data. This includes the
174 pipeline for H264. The bitstream parameters are defined according
277 Specifies the scaling matrix (as extracted from the bitstream) for
278 the associated H264 slice data. The bitstream parameters are
311 Specifies the slice parameters (as extracted from the bitstream)
314 for H264. The bitstream parameters are defined according to
522 Specifies the decode parameters (as extracted from the bitstream)
525 for H264. The bitstream parameters are defined according to
[all …]
Dpixfmt-compressed.rst64 without the start code, as extracted from the H264 bitstream.
113 - MPEG-2 parsed slice data, as extracted from the MPEG-2 bitstream.
204 - HEVC parsed slice data, as extracted from the HEVC bitstream.
/Linux-v6.1/Documentation/devicetree/bindings/fpga/
Dlattice-machxo2-spi.txt3 Lattice MachXO2 FPGAs support a method of loading the bitstream over
Daltera-passive-serial.txt3 Altera FPGAs support a method of loading the bitstream over what is
Dxilinx-slave-serial.txt4 bitstream over what is referred to as "slave serial" interface.
/Linux-v6.1/Documentation/staging/
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-v6.1/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
108 bitstream stored on a CF card. It can also be used as a generic CF
/Linux-v6.1/drivers/media/platform/st/sti/delta/
DKconfig10 decoding of various compressed video bitstream format in
/Linux-v6.1/Documentation/fpga/
Ddfl.rst90 - Program bitstream (DFL_FPGA_FME_PORT_PR)
99 Read bitstream ID (bitstream_id)
102 Read bitstream metadata (bitstream_metadata)
172 afu_id indicates which PR bitstream is programmed to this AFU.
227 reconfiguration of the PR bitstream to the given port.
244 reconfiguration of a PR bitstream file. The PR bitstream file must have been
248 comparing the compatibility ID noted in the header of PR bitstream file against
/Linux-v6.1/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt76 When the example project bitstream is loaded, the cpu_reset button
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/
Dtvp5150.txt39 endpoint (video bitstream output at YOUT[0-7] parallel bus)
/Linux-v6.1/drivers/comedi/drivers/
Dcb_pcidas64.c1689 u8 bitstream; in i2c_write() local
1704 bitstream = (address << 1) & ~read_bit; in i2c_write()
1705 i2c_write_byte(dev, bitstream); in i2c_write()
3518 unsigned int bitstream = ((address & 0x7) << 8) | value; in caldac_8800_write() local
3528 if (bitstream & bit) in caldac_8800_write()
3651 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in ad8402_write() local
3659 if (bitstream & bit) in ad8402_write()
3703 unsigned int bitstream = (read_command << 8) | address; in read_eeprom() local
3725 if (bitstream & bit) in read_eeprom()

12