Searched refs:oleft (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-cipher.c | 32 unsigned int oleft = areq->cryptlen; in sun4i_ss_opti_poll() local 70 oleft = areq->cryptlen / 4; in sun4i_ss_opti_poll() 113 todo = min(tx_cnt, oleft); in sun4i_ss_opti_poll() 116 oleft -= todo; in sun4i_ss_opti_poll() 125 } while (oleft); in sun4i_ss_opti_poll() 186 unsigned int oleft = areq->cryptlen; in sun4i_ss_cipher_poll() local 253 oleft = areq->cryptlen; in sun4i_ss_cipher_poll() 257 while (oleft) { in sun4i_ss_cipher_poll() 324 todo = min(tx_cnt, oleft / 4); in sun4i_ss_cipher_poll() 329 oleft -= todo * 4; in sun4i_ss_cipher_poll() [all …]
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | sb_mixer.c | 138 unsigned char left, right, oleft, oright; in snd_sbmixer_put_double() local 144 oleft = snd_sbmixer_read(sb, left_reg); in snd_sbmixer_put_double() 145 left = (oleft & ~((mask << left_shift) | (mask << right_shift))) | left | right; in snd_sbmixer_put_double() 146 change = left != oleft; in snd_sbmixer_put_double() 150 oleft = snd_sbmixer_read(sb, left_reg); in snd_sbmixer_put_double() 152 left = (oleft & ~(mask << left_shift)) | left; in snd_sbmixer_put_double() 154 change = left != oleft || right != oright; in snd_sbmixer_put_double()
|
/kernel/linux/linux-5.10/sound/pci/ |
D | sonicvibes.c | 630 int vol, oleft, oright, mleft, mright; in snd_sonicvibes_interrupt() local 637 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG); in snd_sonicvibes_interrupt() 639 oleft &= 0x1f; in snd_sonicvibes_interrupt() 641 oleft += vol; in snd_sonicvibes_interrupt() 642 if (oleft < 0) in snd_sonicvibes_interrupt() 643 oleft = 0; in snd_sonicvibes_interrupt() 644 if (oleft > 0x1f) in snd_sonicvibes_interrupt() 645 oleft = 0x1f; in snd_sonicvibes_interrupt() 655 oleft |= mleft & 0x80; in snd_sonicvibes_interrupt() 657 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft); in snd_sonicvibes_interrupt()
|
D | cmipci.c | 2043 int left, right, oleft, oright; in snd_cmipci_put_volume() local 2058 oleft = snd_cmipci_mixer_read(cm, reg.left_reg); in snd_cmipci_put_volume() 2059 left |= oleft & ~(reg.mask << reg.left_shift); in snd_cmipci_put_volume() 2060 change = left != oleft; in snd_cmipci_put_volume()
|