/linux-4.4.14/sound/drivers/opl4/ |
D | opl4_synth.c | 371 int att; in snd_opl4_update_volume() local 373 att = voice->sound->tone_attenuate; in snd_opl4_update_volume() 374 att += snd_opl4_volume_table[opl4->chset->gs_master_volume & 0x7f]; in snd_opl4_update_volume() 375 att += snd_opl4_volume_table[voice->chan->gm_volume & 0x7f]; in snd_opl4_update_volume() 376 att += snd_opl4_volume_table[voice->chan->gm_expression & 0x7f]; in snd_opl4_update_volume() 377 att += snd_opl4_volume_table[voice->velocity]; in snd_opl4_update_volume() 378 att = 0x7f - (0x7f - att) * (voice->sound->volume_factor) / 0xfe - volume_boost; in snd_opl4_update_volume() 379 if (att < 0) in snd_opl4_update_volume() 380 att = 0; in snd_opl4_update_volume() 381 else if (att > 0x7e) in snd_opl4_update_volume() [all …]
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_g.h | 69 u8 att; /* Attenuation value */ member 85 return ((a->att == b->att) && in b43_compare_rfatt() 91 u8 att; /* Attenuation value */ member 106 return (a->att == b->att); in b43_compare_bbatt()
|
D | phy_g.c | 87 {.att = 3,.with_padmix = 0,}, in generate_rfatt_list() 88 {.att = 1,.with_padmix = 0,}, in generate_rfatt_list() 89 {.att = 5,.with_padmix = 0,}, in generate_rfatt_list() 90 {.att = 7,.with_padmix = 0,}, in generate_rfatt_list() 91 {.att = 9,.with_padmix = 0,}, in generate_rfatt_list() 92 {.att = 2,.with_padmix = 0,}, in generate_rfatt_list() 93 {.att = 0,.with_padmix = 0,}, in generate_rfatt_list() 94 {.att = 4,.with_padmix = 0,}, in generate_rfatt_list() 95 {.att = 6,.with_padmix = 0,}, in generate_rfatt_list() 96 {.att = 8,.with_padmix = 0,}, in generate_rfatt_list() [all …]
|
D | lo.c | 757 b43_radio_maskset(dev, 0x43, 0xFFF0, rfatt->att); in b43_calibrate_lo_setting() 760 max_rx_gain = rfatt->att * 2; in b43_calibrate_lo_setting() 761 max_rx_gain += bbatt->att / 2; in b43_calibrate_lo_setting() 769 b43_gphy_set_baseband_attenuation(dev, bbatt->att); in b43_calibrate_lo_setting() 778 bbatt->att, rfatt->att, rfatt->with_padmix, in b43_calibrate_lo_setting() 895 if ((rf->att != 1) && (rf->att != 2) && (rf->att != 3)) in b43_lo_fixup_rfatt() 896 rf->att = 4; in b43_lo_fixup_rfatt() 923 rf.att = rfatt; in b43_lo_g_adjust_to() 924 bb.att = bbatt; in b43_lo_g_adjust_to() 976 cal->bbatt.att, cal->rfatt.att, in b43_lo_g_maintenance_work()
|
D | debugfs.c | 475 cal->bbatt.att, in loctls_read_file() 476 cal->rfatt.att, cal->rfatt.with_padmix, in loctls_read_file() 486 lo->rfatt_list.list[i].att, in loctls_read_file() 493 lo->bbatt_list.list[i].att); in loctls_read_file()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | radio.c | 1963 u16 att = 0xFFFF; in b43legacy_default_radio_attenuation() local 1969 att = 6; in b43legacy_default_radio_attenuation() 1976 att = 5; in b43legacy_default_radio_attenuation() 1983 att = 3; in b43legacy_default_radio_attenuation() 1986 att = 3; in b43legacy_default_radio_attenuation() 1988 att = 1; in b43legacy_default_radio_attenuation() 1993 att = 7; in b43legacy_default_radio_attenuation() 1995 att = 6; in b43legacy_default_radio_attenuation() 2003 att = 3; in b43legacy_default_radio_attenuation() 2007 att = 5; in b43legacy_default_radio_attenuation() [all …]
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tdfxfb.c | 369 att_outb(par, i, reg->att[i]); in do_write_regs() 616 reg.att[0x00] = 0x00; in tdfxfb_set_par() 617 reg.att[0x01] = 0x01; in tdfxfb_set_par() 618 reg.att[0x02] = 0x02; in tdfxfb_set_par() 619 reg.att[0x03] = 0x03; in tdfxfb_set_par() 620 reg.att[0x04] = 0x04; in tdfxfb_set_par() 621 reg.att[0x05] = 0x05; in tdfxfb_set_par() 622 reg.att[0x06] = 0x06; in tdfxfb_set_par() 623 reg.att[0x07] = 0x07; in tdfxfb_set_par() 624 reg.att[0x08] = 0x08; in tdfxfb_set_par() [all …]
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-sf16fmr2.c | 123 static void tc9154a_set_attenuation(struct fmr2 *fmr2, int att, u32 channel) in tc9154a_set_attenuation() argument 129 reg = TC9154A_ATT_MAJ(att / 10) | TC9154A_ATT_MIN((att % 10) / 2); in tc9154a_set_attenuation()
|
/linux-4.4.14/drivers/phy/ |
D | phy-qcom-ufs-i.h | 63 u32 att; member
|
/linux-4.4.14/include/video/ |
D | tdfx.h | 157 unsigned char att[21]; member
|
/linux-4.4.14/drivers/platform/chrome/ |
D | cros_ec_vbc.c | 28 struct bin_attribute *att, char *buf, in vboot_context_read() argument
|
/linux-4.4.14/drivers/net/can/ |
D | grcan.c | 1492 struct device_attribute *att, \ 1509 struct device_attribute *att, \
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2531 (UML gdb) att <host pid> 2553 att 1 2593 o type 'att 1' to the ddd gdb and you will see something like 2663 (gdb) att 1 2669 the 'att 1' and continue it: 2877 If you are using gdb under some UI, then tell it to 'att 1', and 2882 you'll need to get it to do the equivalent of 'att 1' if it doesn't do 3020 (gdb) att 1935 3120 (gdb) att 1980 3499 (gdb) att 4127
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 5319 struct l5cm_pcs_attributes att; member
|