Lines Matching defs:b43legacy_phy
399 struct b43legacy_phy { struct
401 u8 possible_phymodes;
403 bool gmode;
406 u8 analog;
408 u8 type;
410 u8 rev;
412 u16 antenna_diversity;
413 u16 savedpctlreg;
415 u16 radio_manuf; /* Radio manufacturer */
416 u16 radio_ver; /* Radio version */
417 u8 calibrated:1;
418 u8 radio_rev; /* Radio revision */
420 bool dyn_tssi_tbl; /* tssi2dbm is kmalloc()ed. */
423 bool aci_enable;
424 bool aci_wlan_automatic;
425 bool aci_hw_rssi;
428 bool radio_on;
429 struct {
435 } radio_off_context;
437 u16 minlowsig[2];
438 u16 minlowsigpos[2];
463 * adjusted in b43legacy_phy_xmitpower(). */ argument
464 u8 power_level;
467 u16 loopback_gain[2];
471 struct {
481 struct {
486 int interfmode;
516 /* PHY registers locked by b43legacy_phy_lock()? */ argument
517 bool phy_locked;