Home
last modified time | relevance | path

Searched refs:emphasis (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/media/dvb/dvb-core/
Ddvb_filter.h238 u32 emphasis; member
/linux-2.6.39/sound/pci/emu10k1/
Demuproc.c47 static char *emphasis[8] = { "none", "50/15 usec 2 channel", "2", "3", "4", "5", "6", "7" }; in snd_emu10k1_proc_spdif_status() local
58 snd_iprintf(buffer, "Emphasis : %s\n", emphasis[(status & SPCS_EMPHASISMASK) >> 3]); in snd_emu10k1_proc_spdif_status()
/linux-2.6.39/arch/avr32/
DKconfig16 emphasis on low power consumption and high code density.
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_init.c1593 uint16_t swing, emphasis, tx_sens, rx_sens; in qla2x00_update_fw_options() local
1614 emphasis = (ha->fw_seriallink_options[2] & in qla2x00_update_fw_options()
1620 ha->fw_options[10] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options()
1633 emphasis = ha->fw_seriallink_options[3] & (BIT_1 | BIT_0); in qla2x00_update_fw_options()
1638 ha->fw_options[11] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options()
/linux-2.6.39/Documentation/development-process/
D1.Intro30 Section 3 covers early-stage project planning, with an emphasis on