Searched defs:tssi2dbm (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/b43/
H A Dphy_a.c75 dbm = aphy->tssi2dbm[tmp];
338 aphy->tssi2dbm = b43_generate_dyn_tssi2dbm_tab(dev, pab0,
340 if (!aphy->tssi2dbm)
345 aphy->tssi2dbm = NULL;
381 const void *tssi2dbm; local
384 /* tssi2dbm table is constant, so it is initialized at alloc time.
386 tssi2dbm = aphy->tssi2dbm;
392 aphy->tssi2dbm = tssi2dbm;
[all...]
H A Dphy_a.h108 const s8 *tssi2dbm; member in struct:b43_phy_a
H A Dphy_g.h137 const s8 *tssi2dbm; member in struct:b43_phy_g
138 /* tssi2dbm is kmalloc()ed. Only used for free()ing. */
H A Dphy_g.c271 b43_ofdmtab_write16(dev, 0x3C20, i, gphy->tssi2dbm[i]);
273 b43_ofdmtab_write16(dev, 0x3C00, i - 32, gphy->tssi2dbm[i]);
275 value = (u16) gphy->tssi2dbm[i];
276 value |= ((u16) gphy->tssi2dbm[i + 1]) << 8;
2362 "for tssi2dbm table\n");
2403 gphy->tssi2dbm = b43_generate_dyn_tssi2dbm_tab(dev, pab0,
2405 if (!gphy->tssi2dbm)
2411 gphy->tssi2dbm = b43_tssi2dbm_g_table;
2455 const void *tssi2dbm; local
2460 /* tssi2dbm tabl
[all...]
/drivers/net/wireless/b43legacy/
H A Db43legacy.h418 bool dyn_tssi_tbl; /* tssi2dbm is kmalloc()ed. */
443 const s8 *tssi2dbm; member in struct:b43legacy_phy

Completed in 62 milliseconds