/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | imx_rproc.c | 60 /* att flags */ 77 const struct imx_rproc_att *att; member 145 .att = imx_rproc_att_imx7d, 154 .att = imx_rproc_att_imx6sx, 196 const struct imx_rproc_att *att = &dcfg->att[i]; in imx_rproc_da_to_sys() local 198 if (da >= att->da && da + len < att->da + att->size) { in imx_rproc_da_to_sys() 199 unsigned int offset = da - att in imx_rproc_da_to_sys() 260 const struct imx_rproc_att *att = &dcfg->att[a]; imx_rproc_addr_init() local [all...] |
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | imx_rproc.c | 85 /* att flags: lower 16 bits specifying core, higher 16 bits for flags */ 302 .att = imx_rproc_att_imx8mn, 308 .att = imx_rproc_att_imx8mn, 318 .att = imx_rproc_att_imx8mq, 324 .att = imx_rproc_att_imx8qm, 330 .att = imx_rproc_att_imx8qxp, 336 .att = imx_rproc_att_imx8ulp, 342 .att = imx_rproc_att_imx7ulp, 352 .att = imx_rproc_att_imx7d, 362 .att 465 const struct imx_rproc_att *att = &dcfg->att[i]; imx_rproc_da_to_sys() local 698 const struct imx_rproc_att *att = &dcfg->att[a]; imx_rproc_addr_init() local [all...] |
H A D | imx_dsp_rproc.c | 41 /* att flags */ 242 .att = imx_dsp_rproc_att_imx8mp, 258 .att = imx_dsp_rproc_att_imx8ulp, 270 .att = imx_dsp_rproc_att_imx8qxp, 281 .att = imx_dsp_rproc_att_imx8qm, 407 const struct imx_rproc_att *att = &dcfg->att[i]; in imx_dsp_rproc_sys_to_da() local 409 if (sys >= att->sa && sys + len <= att->sa + att in imx_dsp_rproc_sys_to_da() 611 const struct imx_rproc_att *att = &dcfg->att[a]; imx_dsp_rproc_add_carveout() local [all...] |
H A D | imx_rproc.h | 36 const struct imx_rproc_att *att; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.h | 70 u8 att; /* Attenuation value */ member 86 return ((a->att == b->att) && in b43_compare_rfatt() 92 u8 att; /* Attenuation value */ member 107 return (a->att == b->att); in b43_compare_bbatt()
|
H A D | phy_g.c | 75 {.att = 3,.with_padmix = 0,}, in generate_rfatt_list() 76 {.att = 1,.with_padmix = 0,}, in generate_rfatt_list() 77 {.att = 5,.with_padmix = 0,}, in generate_rfatt_list() 78 {.att = 7,.with_padmix = 0,}, in generate_rfatt_list() 79 {.att = 9,.with_padmix = 0,}, in generate_rfatt_list() 80 {.att = 2,.with_padmix = 0,}, in generate_rfatt_list() 81 {.att = 0,.with_padmix = 0,}, in generate_rfatt_list() 82 {.att = 4,.with_padmix = 0,}, in generate_rfatt_list() 83 {.att = 6,.with_padmix = 0,}, in generate_rfatt_list() 84 {.att in generate_rfatt_list() [all...] |
H A D | lo.c | 744 b43_radio_maskset(dev, 0x43, 0xFFF0, rfatt->att); in b43_calibrate_lo_setting() 747 max_rx_gain = rfatt->att * 2; in b43_calibrate_lo_setting() 748 max_rx_gain += bbatt->att / 2; in b43_calibrate_lo_setting() 756 b43_gphy_set_baseband_attenuation(dev, bbatt->att); in b43_calibrate_lo_setting() 765 bbatt->att, rfatt->att, rfatt->with_padmix, in b43_calibrate_lo_setting() 882 if ((rf->att != 1) && (rf->att != 2) && (rf->att != 3)) in b43_lo_fixup_rfatt() 883 rf->att in b43_lo_fixup_rfatt() [all...] |
H A D | debugfs.c | 462 cal->bbatt.att, in loctls_read_file() 463 cal->rfatt.att, cal->rfatt.with_padmix, in loctls_read_file() 473 lo->rfatt_list.list[i].att, in loctls_read_file() 480 lo->bbatt_list.list[i].att); in loctls_read_file()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.h | 70 u8 att; /* Attenuation value */ member 86 return ((a->att == b->att) && in b43_compare_rfatt() 92 u8 att; /* Attenuation value */ member 107 return (a->att == b->att); in b43_compare_bbatt()
|
H A D | phy_g.c | 75 {.att = 3,.with_padmix = 0,}, in generate_rfatt_list() 76 {.att = 1,.with_padmix = 0,}, in generate_rfatt_list() 77 {.att = 5,.with_padmix = 0,}, in generate_rfatt_list() 78 {.att = 7,.with_padmix = 0,}, in generate_rfatt_list() 79 {.att = 9,.with_padmix = 0,}, in generate_rfatt_list() 80 {.att = 2,.with_padmix = 0,}, in generate_rfatt_list() 81 {.att = 0,.with_padmix = 0,}, in generate_rfatt_list() 82 {.att = 4,.with_padmix = 0,}, in generate_rfatt_list() 83 {.att = 6,.with_padmix = 0,}, in generate_rfatt_list() 84 {.att in generate_rfatt_list() [all...] |
H A D | lo.c | 744 b43_radio_maskset(dev, 0x43, 0xFFF0, rfatt->att); in b43_calibrate_lo_setting() 747 max_rx_gain = rfatt->att * 2; in b43_calibrate_lo_setting() 748 max_rx_gain += bbatt->att / 2; in b43_calibrate_lo_setting() 756 b43_gphy_set_baseband_attenuation(dev, bbatt->att); in b43_calibrate_lo_setting() 765 bbatt->att, rfatt->att, rfatt->with_padmix, in b43_calibrate_lo_setting() 882 if ((rf->att != 1) && (rf->att != 2) && (rf->att != 3)) in b43_lo_fixup_rfatt() 883 rf->att in b43_lo_fixup_rfatt() [all...] |
H A D | debugfs.c | 462 cal->bbatt.att, in loctls_read_file() 463 cal->rfatt.att, cal->rfatt.with_padmix, in loctls_read_file() 473 lo->rfatt_list.list[i].att, in loctls_read_file() 480 lo->bbatt_list.list[i].att); in loctls_read_file()
|
/kernel/linux/linux-5.10/sound/drivers/opl4/ |
H A 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 in snd_opl4_update_volume() [all...] |
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A 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 in snd_opl4_update_volume() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tdfxfb.c | 370 att_outb(par, i, reg->att[i]); in do_write_regs() 618 reg.att[0x00] = 0x00; in tdfxfb_set_par() 619 reg.att[0x01] = 0x01; in tdfxfb_set_par() 620 reg.att[0x02] = 0x02; in tdfxfb_set_par() 621 reg.att[0x03] = 0x03; in tdfxfb_set_par() 622 reg.att[0x04] = 0x04; in tdfxfb_set_par() 623 reg.att[0x05] = 0x05; in tdfxfb_set_par() 624 reg.att[0x06] = 0x06; in tdfxfb_set_par() 625 reg.att[0x07] = 0x07; in tdfxfb_set_par() 626 reg.att[ in tdfxfb_set_par() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tdfxfb.c | 369 att_outb(par, i, reg->att[i]); in do_write_regs() 617 reg.att[0x00] = 0x00; in tdfxfb_set_par() 618 reg.att[0x01] = 0x01; in tdfxfb_set_par() 619 reg.att[0x02] = 0x02; in tdfxfb_set_par() 620 reg.att[0x03] = 0x03; in tdfxfb_set_par() 621 reg.att[0x04] = 0x04; in tdfxfb_set_par() 622 reg.att[0x05] = 0x05; in tdfxfb_set_par() 623 reg.att[0x06] = 0x06; in tdfxfb_set_par() 624 reg.att[0x07] = 0x07; in tdfxfb_set_par() 625 reg.att[ in tdfxfb_set_par() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 1946 u16 att = 0xFFFF; in b43legacy_default_radio_attenuation() local 1952 att = 6; in b43legacy_default_radio_attenuation() 1959 att = 5; in b43legacy_default_radio_attenuation() 1966 att = 3; in b43legacy_default_radio_attenuation() 1969 att = 3; in b43legacy_default_radio_attenuation() 1971 att = 1; in b43legacy_default_radio_attenuation() 1976 att = 7; in b43legacy_default_radio_attenuation() 1978 att = 6; in b43legacy_default_radio_attenuation() 1986 att = 3; in b43legacy_default_radio_attenuation() 1990 att in b43legacy_default_radio_attenuation() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 1929 u16 att = 0xFFFF; in b43legacy_default_radio_attenuation() local 1935 att = 6; in b43legacy_default_radio_attenuation() 1942 att = 5; in b43legacy_default_radio_attenuation() 1949 att = 3; in b43legacy_default_radio_attenuation() 1952 att = 3; in b43legacy_default_radio_attenuation() 1954 att = 1; in b43legacy_default_radio_attenuation() 1959 att = 7; in b43legacy_default_radio_attenuation() 1961 att = 6; in b43legacy_default_radio_attenuation() 1969 att = 3; in b43legacy_default_radio_attenuation() 1973 att in b43legacy_default_radio_attenuation() [all...] |
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-sf16fmr2.c | 124 static void tc9154a_set_attenuation(struct fmr2 *fmr2, int att, u32 channel) in tc9154a_set_attenuation() argument 130 reg = TC9154A_ATT_MAJ(att / 10) | TC9154A_ATT_MIN((att % 10) / 2); in tc9154a_set_attenuation()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-sf16fmr2.c | 124 static void tc9154a_set_attenuation(struct fmr2 *fmr2, int att, u32 channel) in tc9154a_set_attenuation() argument 130 reg = TC9154A_ATT_MAJ(att / 10) | TC9154A_ATT_MIN((att % 10) / 2); in tc9154a_set_attenuation()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.c | 621 hubp->att.SURFACE_ADDR_HIGH = attr->address.high_part; in hubp2_cursor_set_attributes() 622 hubp->att.SURFACE_ADDR = attr->address.low_part; in hubp2_cursor_set_attributes() 623 hubp->att.size.bits.width = attr->width; in hubp2_cursor_set_attributes() 624 hubp->att.size.bits.height = attr->height; in hubp2_cursor_set_attributes() 625 hubp->att.cur_ctl.bits.mode = attr->color_format; in hubp2_cursor_set_attributes() 630 hubp->att.cur_ctl.bits.pitch = hw_pitch; in hubp2_cursor_set_attributes() 631 hubp->att.cur_ctl.bits.line_per_chunk = lpc; in hubp2_cursor_set_attributes() 632 hubp->att.cur_ctl.bits.cur_2x_magnify = attr->attribute_flags.bits.ENABLE_MAGNIFICATION; in hubp2_cursor_set_attributes() 633 hubp->att.settings.bits.dst_y_offset = 0; in hubp2_cursor_set_attributes() 634 hubp->att in hubp2_cursor_set_attributes() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 954 pl_A->aHubp.SURFACE_ADDR_HIGH = hubp->att.SURFACE_ADDR_HIGH; in dc_build_cursor_attribute_update_payload1() 955 pl_A->aHubp.SURFACE_ADDR = hubp->att.SURFACE_ADDR; in dc_build_cursor_attribute_update_payload1() 956 pl_A->aHubp.cur_ctl.raw = hubp->att.cur_ctl.raw; in dc_build_cursor_attribute_update_payload1() 957 pl_A->aHubp.size.raw = hubp->att.size.raw; in dc_build_cursor_attribute_update_payload1() 958 pl_A->aHubp.settings.raw = hubp->att.settings.raw; in dc_build_cursor_attribute_update_payload1() 961 pl_A->aDpp.cur0_ctl.raw = dpp->att.cur0_ctl.raw; in dc_build_cursor_attribute_update_payload1()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | tdfx.h | 158 unsigned char att[21]; member
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_ec_vbc.c | 17 struct bin_attribute *att, char *buf, in vboot_context_read() 16 vboot_context_read(struct file *filp, struct kobject *kobj, struct bin_attribute *att, char *buf, loff_t pos, size_t count) vboot_context_read() argument
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_ec_vbc.c | 17 struct bin_attribute *att, char *buf, in vboot_context_read() 16 vboot_context_read(struct file *filp, struct kobject *kobj, struct bin_attribute *att, char *buf, loff_t pos, size_t count) vboot_context_read() argument
|