Home
last modified time | relevance | path

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

12

/Linux-v4.19/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()
/Linux-v4.19/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.
Dsysfs-platform-dfl-port15 returns uuid which could be used to identify which PR bitstream
Dsysfs-class-fpga-manager45 error or incompatible bitstream image. The intent of this
/Linux-v4.19/drivers/net/hamradio/
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 …]
Dbaycom_epp.c191 unsigned int bitbuf, bitstream, numbits, state; member
378 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local
395 bitstream = bitbuf = numbit = 0; in encode_hdlc()
397 bitstream >>= 8; in encode_hdlc()
398 bitstream |= ((unsigned int)*bp) << 8; in encode_hdlc()
400 notbitstream = ~bitstream; in encode_hdlc()
407 bitstream &= ~(0x100 << j); in encode_hdlc()
411 notbitstream = ~bitstream; in encode_hdlc()
569 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
577 bitstream = bc->hdlcrx.bitstream; in receive()
[all …]
/Linux-v4.19/drivers/media/platform/coda/
Dcoda-bit.c156 (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()
225 ctx->bitstream.size) in coda_bitstream_try_queue()
1530 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_seq_end_work()
1567 if (ctx->bitstream.vaddr) in coda_alloc_bitstream_buffer()
1570 ctx->bitstream.size = roundup_pow_of_two(q_data->sizeimage * 2); in coda_alloc_bitstream_buffer()
1571 ctx->bitstream.vaddr = dma_alloc_wc(&ctx->dev->plat_dev->dev, in coda_alloc_bitstream_buffer()
1572 ctx->bitstream.size, in coda_alloc_bitstream_buffer()
[all …]
Dcoda.h226 struct coda_aux_buf bitstream; member
/Linux-v4.19/Documentation/fpga/
Ddfl.txt86 Program bitstream (DFL_FPGA_FME_PORT_PR)
91 Read bitstream ID (bitstream_id)
94 Read bitstream metadata (bitstream_metadata)
140 afu_id indicates which PR bitstream is programmed to this AFU.
189 reconfiguration of the PR bitstream to the given port.
206 reconfiguration of a PR bitstream file. The PR bitstream file must have been
210 comparing the compatibility ID noted in the header of PR bitstream file against
/Linux-v4.19/drivers/staging/gs_fpgaboot/
DREADME28 - load Xilinx FPGA bitstream format[1] firmware image file using
69 2. bitstream file info:
/Linux-v4.19/include/linux/
Dhdlcdrv.h111 unsigned int bitstream; member
131 unsigned int bitstream; member
Dfmc.h228 void *bitstream; member
/Linux-v4.19/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.txt3 Xilinx Spartan-6 FPGAs support a method of loading the bitstream over
Dfpga-region.txt189 - encrypted-fpga-config : boolean, set if the bitstream is encrypted
496 [2] tspace.library.utoronto.ca/bitstream/1807/67932/1/Byma_Stuart_A_201411_MAS_thesis.pdf
/Linux-v4.19/drivers/misc/genwqe/
Dcard_debugfs.c308 u64 app_id, slu_id, bitstream = -1; in genwqe_info_show() local
315 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM); in genwqe_info_show()
333 bitstream); in genwqe_info_show()
Dcard_utils.c729 u64 bitstream; in genwqe_read_softreset() local
734 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM) & 0x1; in genwqe_read_softreset()
735 cd->softreset = (bitstream == 0) ? 0x8ull : 0xcull; in genwqe_read_softreset()
/Linux-v4.19/Documentation/devicetree/bindings/ata/
Dsata_highbank.txt22 SGPIO bitstream.
/Linux-v4.19/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt76 When the example project bitstream is loaded, the cpu_reset button
/Linux-v4.19/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-v4.19/drivers/staging/comedi/drivers/
Dcb_pcidas64.c1695 u8 bitstream; in i2c_write() local
1710 bitstream = (address << 1) & ~read_bit; in i2c_write()
1711 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()
/Linux-v4.19/drivers/fmc/
Dfmc-core.c290 gw->bitstream, gw->len); in fmc_device_register_n_gw()
/Linux-v4.19/Documentation/driver-api/fpga/
Dfpga-mgr.rst87 if the whole bitstream is not immediately available then the core code will

12