Searched refs:b43_is_40mhz (Results 1 – 4 of 4) sorted by relevance
583 offset = b43_is_40mhz(dev) ? 0x159 : 0x154; in b43_nphy_read_lpf_ctl()758 if (b43_is_40mhz(dev)) { in b43_radio_2057_setup()1234 bias = b43_is_40mhz(dev) ? 0x40 : 0x20; in b43_radio_2056_setup()1549 bw = b43_is_40mhz(dev) ? 40 : 20; in b43_nphy_gen_load_samples()1558 if (b43_is_40mhz(dev)) in b43_nphy_gen_load_samples()1623 tmp = !b43_is_40mhz(dev) ? 0x6464 : 0x4747; in b43_nphy_run_samples()2604 if (!b43_is_40mhz(dev)) { in b43_nphy_gain_ctl_workarounds_rev1_2()2618 if (!b43_is_40mhz(dev)) { in b43_nphy_gain_ctl_workarounds_rev1_2()2633 b43_is_40mhz(dev)) in b43_nphy_gain_ctl_workarounds_rev1_2()2638 code = b43_is_40mhz(dev) ? 6 : 7; in b43_nphy_gain_ctl_workarounds_rev1_2()[all …]
448 bool b43_is_40mhz(struct b43_wldev *dev);
570 bool b43_is_40mhz(struct b43_wldev *dev) in b43_is_40mhz() function
3829 if (phy->radio_rev == 11 && !b43_is_40mhz(dev)) in b43_nphy_get_gain_ctl_workaround_ent()