Home
last modified time | relevance | path

Searched refs:brcms_phy_pub (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h167 struct brcms_phy_pub *wlc_phy_attach(struct shared_phy *sh,
170 void wlc_phy_detach(struct brcms_phy_pub *ppi);
172 bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
174 bool wlc_phy_get_encore(struct brcms_phy_pub *pih);
175 u32 wlc_phy_get_coreflags(struct brcms_phy_pub *pih);
177 void wlc_phy_hw_clk_state_upd(struct brcms_phy_pub *ppi, bool newstate);
178 void wlc_phy_hw_state_upd(struct brcms_phy_pub *ppi, bool newstate);
179 void wlc_phy_init(struct brcms_phy_pub *ppi, u16 chanspec);
180 void wlc_phy_watchdog(struct brcms_phy_pub *ppi);
181 int wlc_phy_down(struct brcms_phy_pub *pp
[all...]
H A Dphy_cmn.c118 void wlc_phyreg_enter(struct brcms_phy_pub *pih) in wlc_phyreg_enter()
124 void wlc_phyreg_exit(struct brcms_phy_pub *pih) in wlc_phyreg_exit()
396 struct brcms_phy_pub *
465 wlc_phy_anacore((struct brcms_phy_pub *) pi, ON); in wlc_phy_attach()
477 wlc_phy_switch_radio((struct brcms_phy_pub *) pi, OFF); in wlc_phy_attach()
545 memcpy(&pi->pubpi_ro, &pi->pubpi, sizeof(struct brcms_phy_pub)); in wlc_phy_attach()
554 void wlc_phy_detach(struct brcms_phy_pub *pih) in wlc_phy_detach()
580 wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, u16 *phyrev, in wlc_phy_get_phyversion()
592 bool wlc_phy_get_encore(struct brcms_phy_pub *pih) in wlc_phy_get_encore()
598 u32 wlc_phy_get_coreflags(struct brcms_phy_pub *pi
[all...]
H A Dphy_int.h503 struct brcms_phy_pub { struct
532 struct brcms_phy_pub pubpi_ro; argument
543 struct brcms_phy_pub pubpi;
909 void wlc_phyreg_enter(struct brcms_phy_pub *pih);
910 void wlc_phyreg_exit(struct brcms_phy_pub *pih);
1016 void wlc_lcnphy_tx_power_adjustment(struct brcms_phy_pub *ppi);
1077 void wlc_phy_rxcore_setstate_nphy(struct brcms_phy_pub *pih, u8 rxcore_bitmask);
1078 u8 wlc_phy_rxcore_getstate_nphy(struct brcms_phy_pub *pih);
504 phy_typebrcms_phy_pub global() argument
505 phy_revbrcms_phy_pub global() argument
506 phy_corenumbrcms_phy_pub global() argument
507 radioidbrcms_phy_pub global() argument
508 radiorevbrcms_phy_pub global() argument
H A Dphy_lcn.c2793 static void wlc_lcnphy_idle_tssi_est(struct brcms_phy_pub *ppi) in wlc_lcnphy_idle_tssi_est()
3007 static void wlc_lcnphy_tx_pwr_ctrl_init(struct brcms_phy_pub *ppi) in wlc_lcnphy_tx_pwr_ctrl_init()
4164 wlc_lcnphy_idle_tssi_est((struct brcms_phy_pub *) pi); in wlc_lcnphy_periodic_cal()
4225 (struct brcms_phy_pub *) pi); in wlc_lcnphy_calib_modes()
4258 void wlc_lcnphy_tx_power_adjustment(struct brcms_phy_pub *ppi) in wlc_lcnphy_tx_power_adjustment()
4766 wlc_lcnphy_tx_pwr_ctrl_init((struct brcms_phy_pub *) pi); in wlc_phy_init_lcnphy()
4768 wlc_phy_chanspec_set((struct brcms_phy_pub *) pi, pi->radio_chanspec); in wlc_phy_init_lcnphy()
4878 wlc_phy_ant_rxdiv_set((struct brcms_phy_pub *) pi, in wlc_phy_txpwr_srom_read_lcnphy()
4927 wlc_phy_chanspec_radio_set((struct brcms_phy_pub *)pi, chanspec); in wlc_phy_chanspec_set_lcnphy()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h257 struct brcms_phy_pub *pi; /* pointer to phy specific information */
308 struct brcms_phy_pub *pi; /* pointer to phy specific information */
H A Dstf.c67 struct brcms_phy_pub *pi = wlc->band->pi; in brcms_c_tempsense_upd()
H A Dmain.c1768 struct brcms_phy_pub *pih = wlc_hw->band->pi; in brcms_b_phy_reset()