Home
last modified time | relevance | path

Searched full:bitstream (Results 1 – 25 of 41) sorted by relevance

12

/linux-3.3/drivers/block/drbd/
Ddrbd_vli.h81 * __little endian__ bitstream, least significant bit first (left most)
202 /* for the bitstream, we need a cursor */
226 /* the bitstream itself knows its length */
227 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()
252 /* Put (at most 64) least significant bits of val into bitstream, and advance cursor.
257 * If there is not enough room left in bitstream,
258 * leaves bitstream unchanged and returns -ENOBUFS.
260 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits()
[all …]
/linux-3.3/sound/atmel/
DKconfig5 tristate "Atmel Audio Bitstream DAC (ABDAC) driver"
9 ALSA sound driver for the Atmel Audio Bitstream DAC (ABDAC).
Dabdac.c2 * Driver for the Atmel on-chip Audio Bitstream DAC (ABDAC)
488 sprintf(card->longname, "Atmel Audio Bitstream DAC"); in atmel_abdac_probe()
601 MODULE_DESCRIPTION("Driver for Atmel Audio Bitstream DAC (ABDAC)");
/linux-3.3/drivers/char/xilinx_hwicap/
Dbuffer_icap.c262 * buffer_icap_set_configuration - Load a partial bitstream from system memory.
264 * @data: Kernel address of the partial bitstream.
265 * @size: the size of the partial bitstream in 32 bit words.
323 * @data: Address of the data representing the partial bitstream
324 * @size: the size of the partial bitstream in 32 bit words.
Dbuffer_icap.h43 /* Loads a partial bitstream from system memory. */
47 /* Loads a partial bitstream from system memory. */
Dxilinx_hwicap.c43 * write Write a bitstream to the configuration processor.
61 * possible to simply readback the bitstream (or any configuration
70 * bitstream, this has a high likelihood of overwriting the design
201 * bitstream containing a NULL packet, followed by a SYNCH packet is
Dfifo_icap.c283 * @data: Address of the data representing the partial bitstream
284 * @size: the size of the partial bitstream in 32 bit words.
/linux-3.3/drivers/net/hamradio/
Dbaycom_epp.c191 unsigned int bitbuf, bitstream, numbits, state; member
374 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local
391 bitstream = bitbuf = numbit = 0; in encode_hdlc()
393 bitstream >>= 8; in encode_hdlc()
394 bitstream |= ((unsigned int)*bp) << 8; in encode_hdlc()
396 notbitstream = ~bitstream; in encode_hdlc()
403 bitstream &= ~(0x100 << j); in encode_hdlc()
407 notbitstream = ~bitstream; in encode_hdlc()
565 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
573 bitstream = bc->hdlcrx.bitstream; in receive()
[all …]
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 …]
/linux-3.3/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-3.3/include/sound/
Datmel-abdac.h2 * Driver for the Atmel Audio Bitstream DAC (ABDAC)
/linux-3.3/drivers/scsi/libsas/
Dsas_host_smp.c58 * @data: incoming bitstream (from frame)
60 * @count: total number of registers in the bitstream (from frame)
72 * The general-purpose (raw-bitstream) RX registers have the same layout
/linux-3.3/firmware/
DMakefile104 fw-shipped-$(CONFIG_USB_DABUSB) += dabusb/firmware.fw dabusb/bitstream.bin
106 emi26/bitstream.fw
107 fw-shipped-$(CONFIG_USB_EMI62) += emi62/loader.fw emi62/bitstream.fw \
/linux-3.3/drivers/usb/misc/
Demi62.c107 err = request_ihex_firmware(&bitstream_fw, "emi62/bitstream.fw", in emi62_load_firmware()
297 MODULE_FIRMWARE("emi62/bitstream.fw");
Demi26.c98 err = request_ihex_firmware(&bitstream_fw, "emi26/bitstream.fw", in emi26_load_firmware()
283 MODULE_FIRMWARE("emi26/bitstream.fw");
/linux-3.3/drivers/staging/comedi/drivers/
Dcb_pcidas.c1792 unsigned int bitstream, in write_calibration_bitstream() argument
1799 if (bitstream & bit) in write_calibration_bitstream()
1813 unsigned int bitstream = ((address & 0x7) << 8) | value; in caldac_8800_write() local
1826 write_calibration_bitstream(dev, cal_enable_bits(dev), bitstream, in caldac_8800_write()
1841 unsigned int bitstream = value & 0x7f; in trimpot_7376_write() local
1849 write_calibration_bitstream(dev, register_bits, bitstream, in trimpot_7376_write()
1865 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in trimpot_8402_write() local
1873 write_calibration_bitstream(dev, register_bits, bitstream, in trimpot_8402_write()
/linux-3.3/include/linux/
Dcrc8.h27 * whole received bitstream is _table[x], where x is the bit pattern
Dhdlcdrv.h206 unsigned int bitstream; member
226 unsigned int bitstream; member
/linux-3.3/include/linux/can/
Derror.h30 /* else bit number in bitstream */
/linux-3.3/sound/pci/asihpi/
Dhpi.h132 /** Raw bitstream - unknown format. */
188 HPI_SOURCENODE_RAW_BITSTREAM = 107, /**< raw bitstream node. */
259 HPI_CONTROL_BITSTREAM = 16, /**< bitstream control. */
600 /** Causes the MPEG-1 Layer II bitstream to be recorded
735 HPI_RDS_DATATYPE_RDS = 0, /**< RDS bitstream.*/
736 HPI_RDS_DATATYPE_RBDS = 1 /**< RBDS bitstream.*/
1556 /* Bitstream control */
Dhpi_internal.h197 HPI_BITSTREAM_DATA_POLARITY = HPI_CTL_ATTR(BITSTREAM, 1),
198 HPI_BITSTREAM_CLOCK_EDGE = HPI_CTL_ATTR(BITSTREAM, 2),
199 HPI_BITSTREAM_CLOCK_SOURCE = HPI_CTL_ATTR(BITSTREAM, 3),
200 HPI_BITSTREAM_ACTIVITY = HPI_CTL_ATTR(BITSTREAM, 4),
/linux-3.3/arch/ia64/sn/kernel/
Dtiocx.c434 * devices in the table even if a bitstream isn't loaded. in tiocx_reload()
435 * That allows use to see that a bitstream isn't loaded via in tiocx_reload()
/linux-3.3/sound/i2c/other/
Dak4117.c405 .name = "IEC958 Non-PCM Bitstream",
413 .name = "IEC958 DTS Bitstream",
Dak4113.c454 .name = "IEC958 Non-PCM Bitstream",
463 .name = "IEC958 DTS Bitstream",
/linux-3.3/drivers/char/hw_random/
DKconfig30 the default FPGA bitstream on the TS-7800 has such functionality.

12