/openbmc/u-boot/fs/jffs2/ |
H A D | mini_inflate.c | 25 static void init_stream(struct bitstream *stream, unsigned char *data, in init_stream() 66 static inline unsigned long pull_bits(struct bitstream *stream, in pull_bits() 86 static inline int pull_bit(struct bitstream *stream) in pull_bit() 97 static void discard_bits(struct bitstream *stream) in discard_bits() 106 static void decompress_none(struct bitstream *stream, unsigned char *dest) in decompress_none() 121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() 139 static void decompress_huffman(struct bitstream *stream, unsigned char *dest) in decompress_huffman() 212 static void decompress_dynamic(struct bitstream *stream, unsigned char *dest) in decompress_dynamic() 318 static void decompress_fixed(struct bitstream *stream, unsigned char *dest) in decompress_fixed() 354 struct bitstream stream; in decompress_block()
|
/openbmc/linux/drivers/block/drbd/ |
H A 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()
|
/openbmc/u-boot/drivers/fpga/ |
H A D | Kconfig | 13 Enable Altera FPGA specific functions which includes bitstream 31 Enable FPGA driver for loading bitstream in BIT and BIN format 42 Enable FPGA driver for writing bitstream into Altera Stratix10 49 Enable Xilinx FPGA specific functions which includes bitstream 56 Enable FPGA driver for loading bitstream in BIT and BIN format 68 Enable FPGA driver for loading bitstream in BIT and BIN format
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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. 38 If successfully, the card will come back with the bitstream set
|
H A D | debugfs-driver-genwqe | 58 Description: Comprehensive summary of bitstream version and software 59 version. Used bitstream and bitstream clocking information.
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | hdlcdrv.c | 172 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 …]
|
H A 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 …]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libogg/ |
H A D | libogg_1.3.5.bb | 1 SUMMARY = "Ogg bitstream and framing libary" 2 DESCRIPTION = "libogg is the bitstream and framing library \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/ |
H A D | font-bitstream-100dpi_1.0.3.bb | 4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bitstream-100dpi/" 13 UPSTREAM_CHECK_REGEX = "font\-bitstream\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
|
H A D | xorg-fonts-100dpi.bb | 13 font-bitstream-100dpi \
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-bit.c | 157 (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() 1731 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_seq_end_work() 1768 if (ctx->bitstream.vaddr) in coda_alloc_bitstream_buffer() 1771 ctx->bitstream.size = roundup_pow_of_two(q_data->sizeimage * 2); in coda_alloc_bitstream_buffer() [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/ |
H A D | ttf-bitstream-vera_1.10.bb | 16 SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | visl.rst | 43 - keep_bitstream_buffers: Controls whether bitstream (i.e. OUTPUT) buffers are 131 **/sys/kernel/debug/visl/bitstream** with OUTPUT buffer data according to the 140 snprintf(name, 32, "bitstream%d", run->src->sequence); 148 $ xxd /sys/kernel/debug/visl/bitstream/bitstream0 162 $ xxd /sys/kernel/debug/visl/bitstream/bitstream1
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp-mini-nand.dts | 71 label = "nand-bitstream"; 95 label = "nand1-bitstream";
|
H A D | zynq-cse-qspi.dtsi | 86 partition@qspi-bitstream { 87 label = "qspi-bitstream";
|
H A D | zynqmp-zc1751-xm016-dc2.dts | 140 label = "nand-bitstream"; 165 label = "nand1-bitstream";
|
H A D | zynqmp-zc1751-xm017-dc3.dts | 136 label = "nand-bitstream"; 161 label = "nand1-bitstream";
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_v4l2.h | 31 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream,
|
/openbmc/linux/include/linux/ |
H A D | hdlcdrv.h | 111 unsigned int bitstream; member 131 unsigned int bitstream; member
|
/openbmc/linux/drivers/misc/genwqe/ |
H A 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()
|
/openbmc/u-boot/doc/SPI/ |
H A D | README.altera_spi | 5 - Load the bitstream into FPGA, enable bridges
|
/openbmc/u-boot/include/jffs2/ |
H A D | mini_inflate.h | 31 struct bitstream { struct
|
/openbmc/linux/Documentation/staging/ |
H A D | lzo.rst | 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.
|
/openbmc/linux/Documentation/devicetree/bindings/fpga/ |
H A D | lattice-machxo2-spi.txt | 3 Lattice MachXO2 FPGAs support a method of loading the bitstream over
|
/openbmc/linux/drivers/media/test-drivers/visl/ |
H A D | Kconfig | 28 Choose Y to dump the bitstream buffers through debugfs.
|