stat1 440 include/asm-x86/voyager.h __u8 stat1;
stat1 101 sound/drivers/opl3/opl3_lib.c unsigned char stat1, stat2, signature;
stat1 107 sound/drivers/opl3/opl3_lib.c signature = stat1 = inb(opl3->l_port); /* Status register */
stat1 108 sound/drivers/opl3/opl3_lib.c if ((stat1 & 0xe0) != 0x00) { /* Should be 0x00 */
stat1 109 sound/drivers/opl3/opl3_lib.c snd_printd("OPL3: stat1 = 0x%x\n", stat1);
stat1 51 sound/i2c/l3/uda1341.c #define IS_STATUS(x) ((x) == stat0 || (x) == stat1)
stat1 267 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat1, 1, 6, value, flush);
stat1 270 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat1, 1, 5, value, flush);
stat1 273 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat1, 1, 0, value, flush);
stat1 276 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat1, 1, 1, value, flush);
stat1 730 sound/i2c/l3/uda1341.c UDA1341_SINGLE("Input Gain Switch", CMD_IGAIN, stat1, 5, 1, 0),
stat1 731 sound/i2c/l3/uda1341.c UDA1341_SINGLE("Output Gain Switch", CMD_OGAIN, stat1, 6, 1, 0),
stat1 742 sound/i2c/l3/uda1341.c UDA1341_SINGLE("DAC Power", CMD_DAC, stat1, 0, 1, 0),
stat1 743 sound/i2c/l3/uda1341.c UDA1341_SINGLE("ADC Power", CMD_ADC, stat1, 1, 1, 0),
stat1 821 sound/i2c/l3/uda1341.c uda->regs[stat1] = STAT1;
stat1 158 sound/oss/opl3.c unsigned char stat1, signature;
stat1 191 sound/oss/opl3.c signature = stat1 = inb(ioaddr); /* Status register */