Lines Matching defs:b43legacy_phy
398 struct b43legacy_phy { struct
400 u8 possible_phymodes;
402 bool gmode;
405 u8 analog;
407 u8 type;
409 u8 rev;
411 u16 antenna_diversity;
412 u16 savedpctlreg;
414 u16 radio_manuf; /* Radio manufacturer */
415 u16 radio_ver; /* Radio version */
416 u8 calibrated:1;
417 u8 radio_rev; /* Radio revision */
419 bool dyn_tssi_tbl; /* tssi2dbm is kmalloc()ed. */
422 bool aci_enable;
423 bool aci_wlan_automatic;
424 bool aci_hw_rssi;
427 bool radio_on;
428 struct {
434 } radio_off_context;
436 u16 minlowsig[2];
437 u16 minlowsigpos[2];
462 * adjusted in b43legacy_phy_xmitpower(). */ argument
463 u8 power_level;
466 u16 loopback_gain[2];
470 struct {
480 struct {
485 int interfmode;
515 /* PHY registers locked by b43legacy_phy_lock()? */ argument
516 bool phy_locked;