Home
last modified time | relevance | path

Searched refs:next_bits (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/lib/842/
D842_decompress.c74 static int next_bits(struct sw842_param *p, u64 *d, u8 n);
86 ret = next_bits(p, &tmp, n - s); in __split_next_bits()
89 ret = next_bits(p, d, s); in __split_next_bits()
96 static int next_bits(struct sw842_param *p, u64 *d, u8 n) in next_bits() function
148 ret = next_bits(p, &v, n * 8); in do_data()
177 ret = next_bits(p, &index, bits); in __do_index()
302 ret = next_bits(&p, &op, OP_BITS); in sw842_decompress()
310 ret = next_bits(&p, &rep, REPEAT_BITS); in sw842_decompress()
346 ret = next_bits(&p, &bytes, SHORT_DATA_BITS); in sw842_decompress()
354 ret = next_bits(&p, &tmp, 8); in sw842_decompress()
[all …]
/linux-4.4.14/drivers/staging/comedi/drivers/
Dgsc_hpdi.c427 u32 next_bits = PLX_DESC_IN_PCI_BIT | PLX_INTR_TERM_COUNT | in gsc_hpdi_setup_dma_descriptors() local
445 (i + 1) * sizeof(devpriv->dma_desc[0])) | next_bits); in gsc_hpdi_setup_dma_descriptors()
458 devpriv->dma_desc[i - 1].next = cpu_to_le32(phys_addr | next_bits); in gsc_hpdi_setup_dma_descriptors()
Dcb_pcidas64.c2961 unsigned int next_bits; in load_ao_dma_buffer() local
2972 next_bits = le32_to_cpu(devpriv->ao_dma_desc[buffer_index].next); in load_ao_dma_buffer()
2973 next_bits |= PLX_END_OF_CHAIN_BIT; in load_ao_dma_buffer()
2974 devpriv->ao_dma_desc[buffer_index].next = cpu_to_le32(next_bits); in load_ao_dma_buffer()
2979 next_bits = le32_to_cpu(devpriv->ao_dma_desc[prev_buffer_index].next); in load_ao_dma_buffer()
2980 next_bits &= ~PLX_END_OF_CHAIN_BIT; in load_ao_dma_buffer()
2981 devpriv->ao_dma_desc[prev_buffer_index].next = cpu_to_le32(next_bits); in load_ao_dma_buffer()