Searched refs:emphasis (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | dvb_filter.h | 234 u32 emphasis; member
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | dvb_filter.h | 234 u32 emphasis; member
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | cdomain.py | 189 param += nodes.emphasis(argname, argname)
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | cdomain.py | 189 param += nodes.emphasis(argname, argname)
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emuproc.c | 32 static const char * const emphasis[8] = { "none", "50/15 usec 2 channel", "2", "3", "4", "5", "6", "7" }; in snd_emu10k1_proc_spdif_status() local 43 snd_iprintf(buffer, "Emphasis : %s\n", emphasis[(status & SPCS_EMPHASISMASK) >> 3]); in snd_emu10k1_proc_spdif_status()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emuproc.c | 27 static const char * const emphasis[8] = { "none", "50/15 usec 2 channel", "2", "3", "4", "5", "6", "7" }; in snd_emu10k1_proc_spdif_status() local 38 snd_iprintf(buffer, "Emphasis : %s\n", emphasis[(status & SPCS_EMPHASISMASK) >> 3]); in snd_emu10k1_proc_spdif_status()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 3981 uint16_t swing, emphasis, tx_sens, rx_sens; in qla2x00_update_fw_options() local 4002 emphasis = (ha->fw_seriallink_options[2] & in qla2x00_update_fw_options() 4008 ha->fw_options[10] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options() 4021 emphasis = ha->fw_seriallink_options[3] & (BIT_1 | BIT_0); in qla2x00_update_fw_options() 4026 ha->fw_options[11] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 4451 uint16_t swing, emphasis, tx_sens, rx_sens; in qla2x00_update_fw_options() local 4472 emphasis = (ha->fw_seriallink_options[2] & in qla2x00_update_fw_options() 4478 ha->fw_options[10] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options() 4491 emphasis = ha->fw_seriallink_options[3] & (BIT_1 | BIT_0); in qla2x00_update_fw_options() 4496 ha->fw_options[11] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options()
|
Completed in 23 milliseconds