Searched refs:byte_pos (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/sound/soc/renesas/rcar/ |
| H A D | ssi.c | 96 int byte_pos; member 880 u32 *buf = (u32 *)(runtime->dma_area + ssi->byte_pos); in rsnd_ssi_pio_interrupt() 882 int byte_pos; in rsnd_ssi_pio_interrupt() local 898 byte_pos = ssi->byte_pos + sizeof(*buf); in rsnd_ssi_pio_interrupt() 900 if (byte_pos >= ssi->next_period_byte) { in rsnd_ssi_pio_interrupt() 901 int period_pos = byte_pos / ssi->byte_per_period; in rsnd_ssi_pio_interrupt() 904 byte_pos = 0; in rsnd_ssi_pio_interrupt() 913 WRITE_ONCE(ssi->byte_pos, byte_pos); in rsnd_ssi_pio_interrupt() 926 ssi->byte_pos = 0; in rsnd_ssi_pio_init() 943 *pointer = bytes_to_frames(runtime, READ_ONCE(ssi->byte_pos)); in rsnd_ssi_pio_pointer()
|
| /linux-6.15/lib/xz/ |
| H A D | xz_dec_bcj.c | 210 uint32_t byte_pos; in bcj_ia64() local 233 byte_pos = bit_pos >> 3; in bcj_ia64() 237 instr |= (uint64_t)(buf[i + j + byte_pos]) in bcj_ia64() 259 buf[i + j + byte_pos] in bcj_ia64()
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | omap2.c | 1244 u32 bit_pos, byte_pos, error_max, pos; in omap_elm_correct_data() local 1357 byte_pos = (error_max - pos - 1) / 8; in omap_elm_correct_data() 1360 if (byte_pos < 512) { in omap_elm_correct_data() 1362 byte_pos, data[byte_pos]); in omap_elm_correct_data() 1363 data[byte_pos] ^= 1 << bit_pos; in omap_elm_correct_data() 1366 (byte_pos - 512), in omap_elm_correct_data() 1367 spare_ecc[byte_pos - 512]); in omap_elm_correct_data() 1368 spare_ecc[byte_pos - 512] ^= in omap_elm_correct_data() 1374 byte_pos, bit_pos); in omap_elm_correct_data()
|
| /linux-6.15/sound/drivers/ |
| H A D | aloop.c | 170 static inline unsigned int byte_pos(struct loopback_pcm *dpcm, unsigned int x) in byte_pos() function 624 last_pos = byte_pos(dpcm, dpcm->irq_pos); in bytepos_delta() 626 delta = byte_pos(dpcm, dpcm->irq_pos) - last_pos; in bytepos_delta()
|