Home
last modified time | relevance | path

Searched refs:byte_pos (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sh/rcar/
Dssi.c94 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()
1046 ssi->byte_pos = 0; in rsnd_ssi_pio_init()
1063 *pointer = bytes_to_frames(runtime, READ_ONCE(ssi->byte_pos)); in rsnd_ssi_pio_pointer()
/kernel/linux/linux-5.10/lib/xz/
Dxz_dec_bcj.c207 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/
Domap2.c1367 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_pos); in omap_elm_correct_data()
/kernel/linux/linux-5.10/sound/drivers/
Daloop.c166 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/patches/linux-5.10/yangfan_patch/
Dsound.patch56 static inline unsigned int byte_pos(struct loopback_pcm *dpcm, unsigned int x)