Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.cpp180 static int dspmem_chunk_write(struct dspmem_chunk *ch, int nbits, uint32_t val) { in dspmem_chunk_write() function
202 return dspmem_chunk_write(ch, nbits, val); in dspmem_chunk_write()
211 return dspmem_chunk_write(ch, 24 - ch->cachebits, 0); in dspmem_chunk_flush()
526 dspmem_chunk_write(ch, 8, 0); /* Padding */ in compose()
527 dspmem_chunk_write(ch, 8, (uint8_t)(0xFF & size)); /* nsections */ in compose()
528 dspmem_chunk_write(ch, 8, 0); /* repeat */ in compose()
533 dspmem_chunk_write(ch, 32, 0); /* amplitude, index, repeat & flags */ in compose()
1127 dspmem_chunk_write(outCh, 8, 0); /* Padding */ in getCompoundDetails()
1128 dspmem_chunk_write(outCh, 8, 2); /* nsections */ in getCompoundDetails()
1129 dspmem_chunk_write(outCh, 8, 0); /* repeat */ in getCompoundDetails()
[all …]