Home
last modified time | relevance | path

Searched refs:_lo_pairs (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/
Db43legacy.h443 struct b43legacy_lopair *_lo_pairs; member
835 return phy->_lo_pairs + (radio_attenuation in b43legacy_get_lopair()
Dmain.c3095 lo = phy->_lo_pairs; in setup_struct_phy_for_init()
3242 if (phy->_lo_pairs) in prepare_phy_data_for_init()
3243 memset(phy->_lo_pairs, 0, in prepare_phy_data_for_init()
3271 phy->_lo_pairs = kcalloc(B43legacy_LO_COUNT, in b43legacy_wireless_core_init()
3274 if (!phy->_lo_pairs) in b43legacy_wireless_core_init()
Dphy.c1691 tmp_control = phy->_lo_pairs + i; in b43legacy_phy_lo_g_measure()
1719 pair = phy->_lo_pairs + i; in b43legacy_phy_lo_mark_all_unused()