Lines Matching refs:ppi
699 void wlc_phy_por_inform(struct brcms_phy_pub *ppi) in wlc_phy_por_inform() argument
701 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_por_inform()
1150 u16 wlc_phy_bw_state_get(struct brcms_phy_pub *ppi) in wlc_phy_bw_state_get() argument
1152 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_bw_state_get()
1157 void wlc_phy_bw_state_set(struct brcms_phy_pub *ppi, u16 bw) in wlc_phy_bw_state_set() argument
1159 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_bw_state_set()
1164 void wlc_phy_chanspec_radio_set(struct brcms_phy_pub *ppi, u16 newch) in wlc_phy_chanspec_radio_set() argument
1166 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_radio_set()
1171 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi) in wlc_phy_chanspec_get() argument
1173 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_get()
1178 void wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec) in wlc_phy_chanspec_set() argument
1180 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_set()
1226 void wlc_phy_chanspec_ch14_widefilter_set(struct brcms_phy_pub *ppi, in wlc_phy_chanspec_ch14_widefilter_set() argument
1229 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_ch14_widefilter_set()
1246 wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, in wlc_phy_chanspec_band_validch() argument
1249 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_band_validch()
1268 u16 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi, uint band) in wlc_phy_chanspec_band_firstch() argument
1270 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_band_firstch()
1312 int wlc_phy_txpower_get(struct brcms_phy_pub *ppi, uint *qdbm, bool *override) in wlc_phy_txpower_get() argument
1314 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_get()
1322 void wlc_phy_txpower_target_set(struct brcms_phy_pub *ppi, in wlc_phy_txpower_target_set() argument
1326 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_target_set()
1372 int wlc_phy_txpower_set(struct brcms_phy_pub *ppi, uint qdbm, bool override) in wlc_phy_txpower_set() argument
1374 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_set()
1407 wlc_phy_txpower_sromlimit(struct brcms_phy_pub *ppi, uint channel, u8 *min_pwr, in wlc_phy_txpower_sromlimit() argument
1410 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_sromlimit()
1456 wlc_phy_txpower_sromlimit_max_get(struct brcms_phy_pub *ppi, uint chan, in wlc_phy_txpower_sromlimit_max_get() argument
1459 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_sromlimit_max_get()
1473 wlc_phy_txpower_sromlimit(ppi, chan, &mintxpwr, &maxtxpwr, in wlc_phy_txpower_sromlimit_max_get()
1488 wlc_phy_txpower_boardlimit_band(struct brcms_phy_pub *ppi, uint bandunit, in wlc_phy_txpower_boardlimit_band() argument
1494 u8 wlc_phy_txpower_get_target_min(struct brcms_phy_pub *ppi) in wlc_phy_txpower_get_target_min() argument
1496 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_get_target_min()
1501 u8 wlc_phy_txpower_get_target_max(struct brcms_phy_pub *ppi) in wlc_phy_txpower_get_target_max() argument
1503 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_get_target_max()
1813 void wlc_phy_txpwr_percent_set(struct brcms_phy_pub *ppi, u8 txpwr_percent) in wlc_phy_txpwr_percent_set() argument
1815 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpwr_percent_set()
1820 void wlc_phy_machwcap_set(struct brcms_phy_pub *ppi, u32 machwcap) in wlc_phy_machwcap_set() argument
1822 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_machwcap_set()
1827 void wlc_phy_runbist_config(struct brcms_phy_pub *ppi, bool start_end) in wlc_phy_runbist_config() argument
1829 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_runbist_config()
1852 wlc_phy_por_inform(ppi); in wlc_phy_runbist_config()
1857 wlc_phy_txpower_limit_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr, in wlc_phy_txpower_limit_set() argument
1860 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_limit_set()
1946 bool wlc_phy_txpower_hw_ctrl_get(struct brcms_phy_pub *ppi) in wlc_phy_txpower_hw_ctrl_get() argument
1948 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_hw_ctrl_get()
1956 void wlc_phy_txpower_hw_ctrl_set(struct brcms_phy_pub *ppi, bool hwpwrctrl) in wlc_phy_txpower_hw_ctrl_set() argument
1958 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_hw_ctrl_set()
2038 wlc_phy_txpower_get_current(struct brcms_phy_pub *ppi, struct tx_power *power, in wlc_phy_txpower_get_current() argument
2041 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_get_current()
2070 wlc_phy_txpower_sromlimit(ppi, channel, &min_pwr, &max_pwr, in wlc_phy_txpower_get_current()
2110 wlc_phyreg_enter(ppi); in wlc_phy_txpower_get_current()
2133 wlc_phyreg_exit(ppi); in wlc_phy_txpower_get_current()
2137 void wlc_phy_antsel_type_set(struct brcms_phy_pub *ppi, u8 antsel_type) in wlc_phy_antsel_type_set() argument
2139 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_antsel_type_set()
2144 bool wlc_phy_test_ison(struct brcms_phy_pub *ppi) in wlc_phy_test_ison() argument
2146 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_test_ison()
2151 void wlc_phy_ant_rxdiv_set(struct brcms_phy_pub *ppi, u8 val) in wlc_phy_ant_rxdiv_set() argument
2153 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_ant_rxdiv_set()
2581 void wlc_phy_set_deaf(struct brcms_phy_pub *ppi, bool user_flag) in wlc_phy_set_deaf() argument
2584 pi = (struct brcms_phy *) ppi; in wlc_phy_set_deaf()
2927 void wlc_phy_ldpc_override_set(struct brcms_phy_pub *ppi, bool ldpc) in wlc_phy_ldpc_override_set() argument
2945 bool wlc_phy_txpower_ipa_ison(struct brcms_phy_pub *ppi) in wlc_phy_txpower_ipa_ison() argument
2947 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_txpower_ipa_ison()