Lines Matching defs:b43legacy_phy
397 struct b43legacy_phy { struct
399 u8 possible_phymodes;
401 bool gmode;
404 u8 analog;
406 u8 type;
408 u8 rev;
410 u16 antenna_diversity;
411 u16 savedpctlreg;
413 u16 radio_manuf; /* Radio manufacturer */
414 u16 radio_ver; /* Radio version */
415 u8 calibrated:1;
416 u8 radio_rev; /* Radio revision */
418 bool dyn_tssi_tbl; /* tssi2dbm is kmalloc()ed. */
421 bool aci_enable;
422 bool aci_wlan_automatic;
423 bool aci_hw_rssi;
426 bool radio_on;
427 struct {
433 } radio_off_context;
435 u16 minlowsig[2];
436 u16 minlowsigpos[2];
461 * adjusted in b43legacy_phy_xmitpower(). */ argument
462 u8 power_level;
465 u16 loopback_gain[2];
469 struct {
479 struct {
484 int interfmode;
514 /* PHY registers locked by b43legacy_phy_lock()? */ argument
515 bool phy_locked;