Searched refs:byte_pos (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sh/rcar/ |
H A D | ssi.c | 94 int byte_pos; member 1000 u32 *buf = (u32 *)(runtime->dma_area + ssi->byte_pos); in rsnd_ssi_pio_interrupt() 1002 int byte_pos; in rsnd_ssi_pio_interrupt() local 1018 byte_pos = ssi->byte_pos + sizeof(*buf); in rsnd_ssi_pio_interrupt() 1020 if (byte_pos >= ssi->next_period_byte) { in rsnd_ssi_pio_interrupt() 1021 int period_pos = byte_pos / ssi->byte_per_period; in rsnd_ssi_pio_interrupt() 1024 byte_pos = 0; in rsnd_ssi_pio_interrupt() 1033 WRITE_ONCE(ssi->byte_pos, byte_pos); in rsnd_ssi_pio_interrupt() [all...] |
/kernel/linux/linux-6.6/sound/soc/sh/rcar/ |
H A D | ssi.c | 94 int byte_pos; member 877 u32 *buf = (u32 *)(runtime->dma_area + ssi->byte_pos); in rsnd_ssi_pio_interrupt() 879 int byte_pos; in rsnd_ssi_pio_interrupt() local 895 byte_pos = ssi->byte_pos + sizeof(*buf); in rsnd_ssi_pio_interrupt() 897 if (byte_pos >= ssi->next_period_byte) { in rsnd_ssi_pio_interrupt() 898 int period_pos = byte_pos / ssi->byte_per_period; in rsnd_ssi_pio_interrupt() 901 byte_pos = 0; in rsnd_ssi_pio_interrupt() 910 WRITE_ONCE(ssi->byte_pos, byte_pos); in rsnd_ssi_pio_interrupt() [all...] |
/kernel/linux/linux-5.10/lib/xz/ |
H A D | xz_dec_bcj.c | 207 uint32_t byte_pos; in bcj_ia64() local 228 byte_pos = bit_pos >> 3; in bcj_ia64() 232 instr |= (uint64_t)(buf[i + j + byte_pos]) in bcj_ia64() 254 buf[i + j + byte_pos] in bcj_ia64()
|
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_bcj.c | 207 uint32_t byte_pos; in bcj_ia64() local 228 byte_pos = bit_pos >> 3; in bcj_ia64() 232 instr |= (uint64_t)(buf[i + j + byte_pos]) in bcj_ia64() 254 buf[i + j + byte_pos] in bcj_ia64()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | omap2.c | 1367 u32 bit_pos, byte_pos, error_max, pos; in omap_elm_correct_data() local 1480 byte_pos = (error_max - pos - 1) / 8; in omap_elm_correct_data() 1483 if (byte_pos < 512) { in omap_elm_correct_data() 1485 byte_pos, data[byte_pos]); in omap_elm_correct_data() 1486 data[byte_pos] ^= 1 << bit_pos; in omap_elm_correct_data() 1489 (byte_pos - 512), in omap_elm_correct_data() 1490 spare_ecc[byte_pos - 512]); in omap_elm_correct_data() 1491 spare_ecc[byte_pos - 512] ^= in omap_elm_correct_data() 1497 byte_pos, bit_po in omap_elm_correct_data() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | omap2.c | 1228 u32 bit_pos, byte_pos, error_max, pos; in omap_elm_correct_data() local 1341 byte_pos = (error_max - pos - 1) / 8; in omap_elm_correct_data() 1344 if (byte_pos < 512) { in omap_elm_correct_data() 1346 byte_pos, data[byte_pos]); in omap_elm_correct_data() 1347 data[byte_pos] ^= 1 << bit_pos; in omap_elm_correct_data() 1350 (byte_pos - 512), in omap_elm_correct_data() 1351 spare_ecc[byte_pos - 512]); in omap_elm_correct_data() 1352 spare_ecc[byte_pos - 512] ^= in omap_elm_correct_data() 1358 byte_pos, bit_po in omap_elm_correct_data() [all...] |
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | aloop.c | 166 static inline unsigned int byte_pos(struct loopback_pcm *dpcm, unsigned int x) in byte_pos() function 581 last_pos = byte_pos(dpcm, dpcm->irq_pos); in bytepos_delta() 583 delta = byte_pos(dpcm, dpcm->irq_pos) - last_pos; in bytepos_delta()
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | aloop.c | 165 static inline unsigned int byte_pos(struct loopback_pcm *dpcm, unsigned int x) in byte_pos() function 580 last_pos = byte_pos(dpcm, dpcm->irq_pos); in bytepos_delta() 582 delta = byte_pos(dpcm, dpcm->irq_pos) - last_pos; in bytepos_delta()
|
Completed in 16 milliseconds