Home
last modified time | relevance | path

Searched refs:antsel_type (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_antsel.c108 asi->antsel_type = ANTSEL_NA; in wlc_antsel_attach()
118 asi->antsel_type = ANTSEL_2x3; in wlc_antsel_attach()
142 asi->antsel_type = ANTSEL_2x3; in wlc_antsel_attach()
145 asi->antsel_type = ANTSEL_2x4; in wlc_antsel_attach()
150 wlc_bmac_antsel_type_set(wlc->hw, asi->antsel_type); in wlc_antsel_attach()
166 if ((asi->antsel_type == ANTSEL_2x3) || in wlc_antsel_init()
167 (asi->antsel_type == ANTSEL_2x4)) in wlc_antsel_init()
176 if (asi->antsel_type == ANTSEL_2x3) { in wlc_antsel_init_cfg()
185 } else if (asi->antsel_type == ANTSEL_2x4) { in wlc_antsel_init_cfg()
240 if (asi->antsel_type == ANTSEL_2x4) { in wlc_antsel_antsel2id()
[all …]
Dwlc_bmac.h128 u8 antsel_type);
Dwlc_main.h464 u8 antsel_type; /* Type of boardlevel mimo antenna switch-logic member
766 u8 antsel_type; /* Type of boardlevel mimo antenna switch-logic member
Dwlc_bmac.c2546 if (wlc_hw->antsel_type == ANTSEL_2x3) { in wlc_gpio_init()
2556 } else if (wlc_hw->antsel_type == ANTSEL_2x4) { in wlc_gpio_init()
2689 void wlc_bmac_antsel_type_set(struct wlc_hw_info *wlc_hw, u8 antsel_type) in wlc_bmac_antsel_type_set() argument
2691 wlc_hw->antsel_type = antsel_type; in wlc_bmac_antsel_type_set()
2694 wlc_phy_antsel_type_set(wlc_hw->band->pi, antsel_type); in wlc_bmac_antsel_type_set()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_hal.h233 extern void wlc_phy_antsel_type_set(wlc_phy_t *ppi, u8 antsel_type);
Dwlc_phy_cmn.c2395 void wlc_phy_antsel_type_set(wlc_phy_t *ppi, u8 antsel_type) in wlc_phy_antsel_type_set() argument
2399 pi->antsel_type = antsel_type; in wlc_phy_antsel_type_set()
Dwlc_phy_int.h620 u8 antsel_type; member
Dwlc_phy_n.c14888 if (pi->antsel_type == ANTSEL_2x3) in WLBANDINITFN()
23903 if (pi->antsel_type == ANTSEL_2x3) in wlc_phy_cal_perical_nphy_run()
/linux-2.6.39/drivers/net/wireless/b43/
Dphy_n.h763 u8 antsel_type; member
Dphy_n.c3750 if (nphy->antsel_type == 2) in b43_phy_initn()