Searched refs:emphasis (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/media/dvb/dvb-core/ |
D | dvb_filter.h | 238 u32 emphasis; member
|
/linux-2.6.39/sound/pci/emu10k1/ |
D | emuproc.c | 47 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/ |
D | Kconfig | 16 emphasis on low power consumption and high code density.
|
/linux-2.6.39/drivers/scsi/qla2xxx/ |
D | qla_init.c | 1593 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/ |
D | 1.Intro | 30 Section 3 covers early-stage project planning, with an emphasis on
|