Searched refs:att (Results 1 - 8 of 8) sorted by relevance

/drivers/net/wireless/b43/
H A Dphy_g.h69 u8 att; /* Attenuation value */ member in struct:b43_rfatt
85 return ((a->att == b->att) &&
91 u8 att; /* Attenuation value */ member in struct:b43_bbatt
106 return (a->att == b->att);
H A Dphy_g.c87 {.att = 3,.with_padmix = 0,},
88 {.att = 1,.with_padmix = 0,},
89 {.att = 5,.with_padmix = 0,},
90 {.att = 7,.with_padmix = 0,},
91 {.att = 9,.with_padmix = 0,},
92 {.att = 2,.with_padmix = 0,},
93 {.att = 0,.with_padmix = 0,},
94 {.att = 4,.with_padmix = 0,},
95 {.att = 6,.with_padmix = 0,},
96 {.att
[all...]
H A Dlo.c757 b43_radio_maskset(dev, 0x43, 0xFFF0, rfatt->att);
760 max_rx_gain = rfatt->att * 2;
761 max_rx_gain += bbatt->att / 2;
769 b43_gphy_set_baseband_attenuation(dev, bbatt->att);
778 bbatt->att, rfatt->att, rfatt->with_padmix,
895 if ((rf->att != 1) && (rf->att != 2) && (rf->att != 3))
896 rf->att
[all...]
H A Ddebugfs.c475 cal->bbatt.att,
476 cal->rfatt.att, cal->rfatt.with_padmix,
486 lo->rfatt_list.list[i].att,
493 lo->bbatt_list.list[i].att);
/drivers/media/radio/
H A Dradio-sf16fmr2.c113 static void tc9154a_set_attenuation(struct fmr2 *fmr2, int att, u32 channel) argument
119 reg = TC9154A_ATT_MAJ(att / 10) | TC9154A_ATT_MIN((att % 10) / 2);
/drivers/video/
H A Dtdfxfb.c389 att_outb(par, i, reg->att[i]);
636 reg.att[0x00] = 0x00;
637 reg.att[0x01] = 0x01;
638 reg.att[0x02] = 0x02;
639 reg.att[0x03] = 0x03;
640 reg.att[0x04] = 0x04;
641 reg.att[0x05] = 0x05;
642 reg.att[0x06] = 0x06;
643 reg.att[0x07] = 0x07;
644 reg.att[
[all...]
/drivers/net/wireless/b43legacy/
H A Dradio.c1982 u16 att = 0xFFFF; local
1988 att = 6;
1995 att = 5;
2002 att = 3;
2005 att = 3;
2007 att = 1;
2012 att = 7;
2014 att = 6;
2022 att = 3;
2026 att
[all...]
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h5318 struct l5cm_pcs_attributes att; member in struct:l5cm_pcs_hdr

Completed in 2160 milliseconds