Searched refs:oleft (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/isa/sb/
H A Dsb_mixer.c153 unsigned char left, right, oleft, oright; local
159 oleft = snd_sbmixer_read(sb, left_reg);
160 left = (oleft & ~((mask << left_shift) | (mask << right_shift))) | left | right;
161 change = left != oleft;
165 oleft = snd_sbmixer_read(sb, left_reg);
167 left = (oleft & ~(mask << left_shift)) | left;
169 change = left != oleft || right != oright;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/isa/sb/
H A Dsb_mixer.c153 unsigned char left, right, oleft, oright; local
159 oleft = snd_sbmixer_read(sb, left_reg);
160 left = (oleft & ~((mask << left_shift) | (mask << right_shift))) | left | right;
161 change = left != oleft;
165 oleft = snd_sbmixer_read(sb, left_reg);
167 left = (oleft & ~(mask << left_shift)) | left;
169 change = left != oleft || right != oright;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/
H A Dsonicvibes.c525 int vol, oleft, oright, mleft, mright; local
532 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG);
534 oleft &= 0x1f;
536 oleft += vol;
537 if (oleft < 0)
538 oleft = 0;
539 if (oleft > 0x1f)
540 oleft = 0x1f;
550 oleft |= mleft & 0x80;
552 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft);
[all...]
H A Dcmipci.c2057 int left, right, oleft, oright; local
2072 oleft = snd_cmipci_mixer_read(cm, reg.left_reg);
2073 left |= oleft & ~(reg.mask << reg.left_shift);
2074 change = left != oleft;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/
H A Dsonicvibes.c525 int vol, oleft, oright, mleft, mright; local
532 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG);
534 oleft &= 0x1f;
536 oleft += vol;
537 if (oleft < 0)
538 oleft = 0;
539 if (oleft > 0x1f)
540 oleft = 0x1f;
550 oleft |= mleft & 0x80;
552 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft);
[all...]
H A Dcmipci.c2057 int left, right, oleft, oright; local
2072 oleft = snd_cmipci_mixer_read(cm, reg.left_reg);
2073 left |= oleft & ~(reg.mask << reg.left_shift);
2074 change = left != oleft;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/WIN32-Code/
H A Dtree.h457 struct type *oleft; \
458 if ((oleft = RB_LEFT(tmp, field)))\
459 RB_COLOR(oleft, field) = RB_BLACK;\
461 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
1134 struct type *oleft; \
1135 if ((oleft = RB_LEFT(tmp, field)))\
1136 RB_COLOR(oleft, field) = RB_BLACK;\
1138 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/WIN32-Code/
H A Dtree.h457 struct type *oleft; \
458 if ((oleft = RB_LEFT(tmp, field)))\
459 RB_COLOR(oleft, field) = RB_BLACK;\
461 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
1134 struct type *oleft; \
1135 if ((oleft = RB_LEFT(tmp, field)))\
1136 RB_COLOR(oleft, field) = RB_BLACK;\
1138 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/WIN32-Code/
H A Dtree.h457 struct type *oleft; \
458 if ((oleft = RB_LEFT(tmp, field)))\
459 RB_COLOR(oleft, field) = RB_BLACK;\
461 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
1134 struct type *oleft; \
1135 if ((oleft = RB_LEFT(tmp, field)))\
1136 RB_COLOR(oleft, field) = RB_BLACK;\
1138 RB_ROTATE_RIGHT(head, tmp, oleft, field);\

Completed in 213 milliseconds