Searched refs:levels (Results 1 - 25 of 30) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dpas2_mixer.c43 static int *levels; variable
138 levels[whichDev] = mixer_output(right, left, 63, 0x01, 0);
146 levels[whichDev] = mixer_output(right, left, 12, 0x03, 0);
149 levels[whichDev] = mixer_output(right, left, 12, 0x04, 0);
153 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x00, mixer);
156 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x05, mixer);
159 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x07, mixer);
162 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x06, mixer);
165 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x02, mixer);
168 levels[whichDe
[all...]
H A Dsb_mixer.c251 return devc->levels[dev];
322 devc->levels[dev] = left | (right << 8);
324 val = ((devc->levels[SOUND_MIXER_TREBLE] & 0xff) * 16 / (unsigned) 100) << 4;
325 val |= ((devc->levels[SOUND_MIXER_BASS] & 0xff) * 16 / (unsigned) 100) & 0x0f;
329 val = (((devc->levels[SOUND_MIXER_TREBLE] >> 8) & 0xff) * 16 / (unsigned) 100) << 4;
330 val |= (((devc->levels[SOUND_MIXER_BASS] >> 8) & 0xff) * 16 / (unsigned) 100) & 0x0f;
343 devc->levels[dev] = left | (right << 8);
377 if (retval >= 0) devc->levels[dev] = retval;
651 devc->levels = load_mixer_volumes(name, smg_default_levels, 1);
653 devc->levels
[all...]
H A Dwaveartist.c68 static unsigned short levels[SOUND_MIXER_NRDEVICES] = { variable
111 unsigned short *levels; /* cache of volume settings */ member in struct:__anon2695
918 lev_left = devc->levels[whichDev] & 0xff;
919 lev_right = devc->levels[whichDev] >> 8;
1038 devc->levels[dev] = lev_l | lev_r << 8;
1054 return devc->levels[dev];
1382 devc->levels = levels;
1620 devc->levels[dev] = lev_l | lev_r << 8;
1624 devc->levels[SOUND_MIXER_MI
1652 int levels; local
[all...]
H A Dsoundcard.c84 int *load_mixer_volumes(char *name, int *levels, int present) argument
92 return mixer_vols[i].levels;
97 return levels;
109 mixer_vols[n].levels[i] = levels[i];
110 return mixer_vols[n].levels;
120 load_mixer_volumes(buf.name, buf.levels, 0);
H A Dsb.h111 int *levels; member in struct:sb_devc
H A Dad1848.c96 int *levels; member in struct:__anon2636
524 return devc->levels[dev];
582 devc->levels[dev] = retvol;
658 devc->levels = load_mixer_volumes(name, default_mixer_levels, 1);
663 ad1848_mixer_set(devc, i, devc->levels[i]);
668 devc->mixer_output_port = devc->levels[31] | AUDIO_HEADPHONE | AUDIO_LINE_OUT;
1606 devc->levels = NULL;
2856 /* store old mixer levels */
2857 memcpy(mixer_levels, devc->levels, sizeof (mixer_levels));
2860 /* restore mixer levels */
[all...]
H A Ddev_table.h240 int *load_mixer_volumes(char *name, int *levels, int present);
H A Dad1816.c43 unsigned short levels[SOUND_MIXER_NRDEVICES]; member in struct:__anon2635
751 return devc->levels[dev];
798 devc->levels[dev] = retvol;
H A Dsb_ess.c158 * levels very well. Whenever a device was selected (recmask) for recording
166 * The ES1887 has separate registers to control the recording levels, for all
167 * inputs. The ES1887 specific software makes these levels the same as their
168 * corresponding playback levels, unless recmask says they aren't recorded. In
170 * Now recording levels of inputs can be controlled, by changing the playback
171 * levels. Futhermore several devices can be recorded together (which is not
1362 * These registers specifically take care of recording levels. To make the
1655 * Changing playback levels at an ESS chip with record mixer means having to
1656 * take care of recording levels of recorded inputs (devc->recmask) too!
1675 value = devc->levels[de
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dsa1100_assabet.c71 unsigned long levels; local
76 levels = GPLR;
78 state_array->state[1].detect = (levels & ASSABET_GPIO_CF_CD) ? 0 : 1;
79 state_array->state[1].ready = (levels & ASSABET_GPIO_CF_IRQ) ? 1 : 0;
80 state_array->state[1].bvd1 = (levels & ASSABET_GPIO_CF_BVD1) ? 1 : 0;
81 state_array->state[1].bvd2 = (levels & ASSABET_GPIO_CF_BVD2) ? 1 : 0;
H A Dsa1100_cerf.c68 unsigned long levels; local
73 levels=GPLR;
75 state_array->state[i].detect=((levels & GPIO_CF_CD)==0)?1:0;
76 state_array->state[i].ready=(levels & GPIO_CF_IRQ)?1:0;
77 state_array->state[i].bvd1=(levels & GPIO_CF_BVD1)?1:0;
78 state_array->state[i].bvd2=(levels & GPIO_CF_BVD2)?1:0;
H A Dsa1100_freebird.c66 unsigned long levels; local
73 levels = LINKUP_PRS;
74 //printk("LINKUP_PRS=%x \n",levels);
77 ((levels & (LINKUP_CD1 | LINKUP_CD2))==0)?1:0;
79 state_array->state[0].ready=(levels & LINKUP_RDY)?1:0;
81 state_array->state[0].bvd1=(levels & LINKUP_BVD1)?1:0;
83 state_array->state[0].bvd2=(levels & LINKUP_BVD2)?1:0;
H A Dsa1100_h3600.c74 unsigned long levels; local
79 levels = GPLR;
81 state->state[0].detect = levels & GPIO_H3600_PCMCIA_CD0 ? 0 : 1;
82 state->state[0].ready = levels & GPIO_H3600_PCMCIA_IRQ0 ? 1 : 0;
89 state->state[1].detect = levels & GPIO_H3600_PCMCIA_CD1 ? 0 : 1;
90 state->state[1].ready = levels & GPIO_H3600_PCMCIA_IRQ1 ? 1 : 0;
H A Dsa1100_pangolin.c52 unsigned long levels; local
59 levels=GPLR;
61 state_array->state[1].detect=((levels & GPIO_PCMCIA_CD)==0)?1:0;
62 state_array->state[1].ready=(levels & GPIO_PCMCIA_IRQ)?1:0;
69 state_array->state[0].detect=((levels & GPIO_PCMCIA_CD)==0)?1:0;
70 state_array->state[0].ready=(levels & GPIO_PCMCIA_IRQ)?1:0;
H A Dsa1100_shannon.c54 unsigned long levels; local
59 levels = GPLR;
61 state_array->state[0].detect = (levels & SHANNON_GPIO_EJECT_0) ? 0 : 1;
62 state_array->state[0].ready = (levels & SHANNON_GPIO_RDY_0) ? 1 : 0;
69 state_array->state[1].detect = (levels & SHANNON_GPIO_EJECT_1) ? 0 : 1;
70 state_array->state[1].ready = (levels & SHANNON_GPIO_RDY_1) ? 1 : 0;
H A Dsa1100_yopy.c71 unsigned long levels; local
79 levels = GPLR;
81 state_array->state[0].detect = (levels & GPIO_CF_CD) ? 0 : 1;
82 state_array->state[0].ready = (levels & GPIO_CF_READY) ? 1 : 0;
83 state_array->state[0].bvd1 = (levels & GPIO_CF_BVD1) ? 1 : 0;
84 state_array->state[0].bvd2 = (levels & GPIO_CF_BVD2) ? 1 : 0;
H A Dsa1100_flexanet.c91 unsigned long levels; local
97 levels = GPLR;
100 state_array->state[0].detect = ((levels & GPIO_CF1_NCD)==0)?1:0;
101 state_array->state[0].ready = (levels & GPIO_CF1_IRQ)?1:0;
102 state_array->state[0].bvd1 = (levels & GPIO_CF1_BVD1)?1:0;
109 state_array->state[1].detect = ((levels & GPIO_CF2_NCD)==0)?1:0;
110 state_array->state[1].ready = (levels & GPIO_CF2_IRQ)?1:0;
111 state_array->state[1].bvd1 = (levels & GPIO_CF2_BVD1)?1:0;
H A Dsa1100_graphicsclient.c73 unsigned long levels; local
80 levels=*PCMCIA_Status;
82 state_array->state[0].detect=(levels & ADS_CS_ST_A_CD)?1:0;
83 state_array->state[0].ready=(levels & ADS_CS_ST_A_READY)?1:0;
H A Dsa1100_stork.c79 unsigned long levels; local
86 levels=GPLR;
90 state_array->state[0].detect=((levels & GPIO_STORK_PCMCIA_A_CARD_DETECT)==0)?1:0;
91 state_array->state[0].ready=(levels & GPIO_STORK_PCMCIA_A_RDY)?1:0;
98 state_array->state[1].detect=((levels & GPIO_STORK_PCMCIA_B_CARD_DETECT)==0)?1:0;
99 state_array->state[1].ready=(levels & GPIO_STORK_PCMCIA_B_RDY)?1:0;
H A Dsa1100_simpad.c61 unsigned long levels; local
69 levels=GPLR;
71 state_array->state[1].detect=((levels & GPIO_CF_CD)==0)?1:0;
73 state_array->state[1].ready=(levels & GPIO_CF_IRQ)?1:0;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dobio.h235 * | bcast | devid | sid | levels mask |
239 #define IGEN_MESSAGE(bcast, devid, sid, levels) \
240 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dobio.h235 * | bcast | devid | sid | levels mask |
239 #define IGEN_MESSAGE(bcast, devid, sid, levels) \
240 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dpalinfo.c77 "Non-temporal, all levels",
88 "Non-temporal, all levels",
234 u64 levels, unique_caches; local
239 if ((status=ia64_pal_cache_summary(&levels, &unique_caches)) != 0) {
244 p += sprintf(p, "Cache levels : %ld\n" \
246 levels,
249 for (i=0; i < levels; i++) {
390 /* even without unification, some levels may not be present */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dwinfixup.S41 * and that levels trap stack registers all setup, took a fill trap,
74 wrpr %g0, 0x0, %tl ! Out of trap levels.
196 wrpr %g0, 0x0, %tl ! Out of trap levels.
303 wrpr %g0, 0x0, %tl ! Out of trap levels.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dtbldo.S8 | levels, and the tables are still contained

Completed in 207 milliseconds

12