Searched refs:tssi2dbm (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_a.c319 aphy->tssi2dbm = b43_generate_dyn_tssi2dbm_tab(dev, pab0,
321 if (!aphy->tssi2dbm)
326 aphy->tssi2dbm = NULL;
362 const void *tssi2dbm; local
365 /* tssi2dbm table is constant, so it is initialized at alloc time.
367 tssi2dbm = aphy->tssi2dbm;
373 aphy->tssi2dbm = tssi2dbm;
385 kfree(aphy->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.c269 b43_ofdmtab_write16(dev, 0x3C20, i, gphy->tssi2dbm[i]);
271 b43_ofdmtab_write16(dev, 0x3C00, i - 32, gphy->tssi2dbm[i]);
273 value = (u16) gphy->tssi2dbm[i];
274 value |= ((u16) gphy->tssi2dbm[i + 1]) << 8;
2359 "for tssi2dbm table\n");
2400 gphy->tssi2dbm = b43_generate_dyn_tssi2dbm_tab(dev, pab0,
2402 if (!gphy->tssi2dbm)
2408 gphy->tssi2dbm = b43_tssi2dbm_g_table;
2452 const void *tssi2dbm; local
2457 /* tssi2dbm tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dphy.c1761 dbm = phy->tssi2dbm[tmp];
2006 phy->tssi2dbm = b43legacy_tssi2dbm_b_table;
2022 "for tssi2dbm table\n");
2028 phy->tssi2dbm = NULL;
2034 phy->tssi2dbm = dyn_tssi2dbm;
2041 phy->tssi2dbm = b43legacy_tssi2dbm_b_table;
2045 phy->tssi2dbm = b43legacy_tssi2dbm_g_table;
H A Db43legacy.h423 bool dyn_tssi_tbl; /* tssi2dbm is kmalloc()ed. */
448 const s8 *tssi2dbm; member in struct:b43legacy_phy
H A Dmain.c3154 kfree(phy->tssi2dbm);
3325 kfree(phy->tssi2dbm);

Completed in 241 milliseconds