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

/linux-master/drivers/staging/media/av7110/
H A Ddvb_filter.h234 u32 emphasis; member in struct:dvb_audio_info
/linux-master/Documentation/sphinx/
H A Dcdomain.py185 param += nodes.emphasis(argname, argname)
/linux-master/sound/pci/emu10k1/
H A Demuproc.c27 static const char * const emphasis[8] = { "none", "50/15 usec 2 channel", "2", "3", "4", "5", "6", "7" }; local
38 snd_iprintf(buffer, "Emphasis : %s\n", emphasis[(status & SPCS_EMPHASISMASK) >> 3]);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c4460 uint16_t swing, emphasis, tx_sens, rx_sens; local
4481 emphasis = (ha->fw_seriallink_options[2] &
4487 ha->fw_options[10] = (emphasis << 14) | (swing << 8);
4500 emphasis = ha->fw_seriallink_options[3] & (BIT_1 | BIT_0);
4505 ha->fw_options[11] = (emphasis << 14) | (swing << 8);

Completed in 273 milliseconds