Searched refs:emphasis (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_filter.h238 u32 emphasis; member in struct:dvb_audio_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demuproc.c48 static char *emphasis[8] = { "none", "50/15 usec 2 channel", "2", "3", "4", "5", "6", "7" }; local
59 snd_iprintf(buffer, "Emphasis : %s\n", emphasis[(status & SPCS_EMPHASISMASK) >> 3]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c951 uint16_t swing, emphasis, tx_sens, rx_sens; local
971 emphasis = (ha->fw_seriallink_options[2] &
977 ha->fw_options[10] = (emphasis << 14) | (swing << 8);
990 emphasis = ha->fw_seriallink_options[3] & (BIT_1 | BIT_0);
995 ha->fw_options[11] = (emphasis << 14) | (swing << 8);

Completed in 99 milliseconds