Home
last modified time | relevance | path

Searched refs:pih (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h172 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);
182 u32 wlc_phy_clk_bwbits(struct brcms_phy_pub *pih);
192 int wlc_phy_rssi_compute(struct brcms_phy_pub *pih, struct d11rxhdr *rxh);
227 bool wlc_phy_txpower_ipa_ison(struct brcms_phy_pub *pih);
232 u8 wlc_phy_stf_chain_active_get(struct brcms_phy_pub *pih);
233 s8 wlc_phy_stf_ssmode_get(struct brcms_phy_pub *pih, u16 chanspec);
238 void wlc_phy_edcrs_lock(struct brcms_phy_pub *pih, bool lock);
251 void wlc_phy_initcal_enable(struct brcms_phy_pub *pih, bool initcal);
[all …]
H A Dphy_cmn.c118 void wlc_phyreg_enter(struct brcms_phy_pub *pih) in wlc_phyreg_enter() argument
124 void wlc_phyreg_exit(struct brcms_phy_pub *pih) in wlc_phyreg_exit() argument
130 void wlc_radioreg_enter(struct brcms_phy_pub *pih) in wlc_radioreg_enter() argument
138 void wlc_radioreg_exit(struct brcms_phy_pub *pih) in wlc_radioreg_exit() argument
577 void wlc_phy_detach(struct brcms_phy_pub *pih) in wlc_phy_detach() argument
581 if (pih) { in wlc_phy_detach()
764 wlc_phy_anacore(pih, ON); in wlc_phy_init()
789 void wlc_phy_cal_init(struct brcms_phy_pub *pih) in wlc_phy_cal_init() argument
807 int wlc_phy_down(struct brcms_phy_pub *pih) in wlc_phy_down() argument
2521 uint radioid = pih->radioid; in wlc_phy_rssi_compute()
[all …]
H A Dphy_int.h909 void wlc_phyreg_enter(struct brcms_phy_pub *pih);
910 void wlc_phyreg_exit(struct brcms_phy_pub *pih);
911 void wlc_radioreg_enter(struct brcms_phy_pub *pih);
912 void wlc_radioreg_exit(struct brcms_phy_pub *pih);
1082 void wlc_phy_rxcore_setstate_nphy(struct brcms_phy_pub *pih, u8 rxcore_bitmask);
1083 u8 wlc_phy_rxcore_getstate_nphy(struct brcms_phy_pub *pih);
1123 bool wlc_phy_n_txpower_ipa_ison(struct brcms_phy *pih);
H A Dphy_n.c14111 bool wlc_phy_bist_check_phy(struct brcms_phy_pub *pih) in wlc_phy_bist_check_phy() argument
14113 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phy_bist_check_phy()
19630 void wlc_phy_rxcore_setstate_nphy(struct brcms_phy_pub *pih, u8 rxcore_bitmask) in wlc_phy_rxcore_setstate_nphy() argument
19635 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phy_rxcore_setstate_nphy()
19710 u8 wlc_phy_rxcore_getstate_nphy(struct brcms_phy_pub *pih) in wlc_phy_rxcore_getstate_nphy() argument
19713 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phy_rxcore_getstate_nphy()
/openbmc/linux/net/ipv4/
H A Digmp.c439 struct igmpv3_report *pih; in add_grhead() local
452 pih = igmpv3_report_hdr(skb); in add_grhead()
453 pih->ngrec = htons(ntohs(pih->ngrec)+1); in add_grhead()
465 struct igmpv3_report *pih; in add_grec() local
493 pih = skb ? igmpv3_report_hdr(skb) : NULL; in add_grec()
497 if (pih && pih->ngrec && in add_grec()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1775 struct brcms_phy_pub *pih = wlc_hw->band->pi; in brcms_b_phy_reset() local
1780 if (pih == NULL) in brcms_b_phy_reset()
1808 wlc_phy_anacore(pih, ON); in brcms_b_phy_reset()