Home
last modified time | relevance | path

Searched refs:BWN_ERRPRINTF (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.c3586 BWN_ERRPRINTF(mac->mac_sc, "NVRAM variable %s unreadable: %d", in bwn_nphy_tables_get_antswlut()
3618 BWN_ERRPRINTF(mac->mac_sc, "Unsupported antswlut: %d\n", antswlut); in bwn_nphy_tables_init_rev7_volatile()
3776 BWN_ERRPRINTF(mac->mac_sc, in bwn_nphy_get_ipa_gain_table()
3789 BWN_ERRPRINTF(mac->mac_sc, in bwn_nphy_get_ipa_gain_table()
3822 BWN_ERRPRINTF(mac->mac_sc, "Error reading EPA " in bwn_nphy_get_tx_gain_table()
3834 BWN_ERRPRINTF(mac->mac_sc, in bwn_nphy_get_tx_gain_table()
3845 BWN_ERRPRINTF(mac->mac_sc, "Error reading EPA " in bwn_nphy_get_tx_gain_table()
3858 BWN_ERRPRINTF(mac->mac_sc, in bwn_nphy_get_tx_gain_table()
3882 BWN_ERRPRINTF(mac->mac_sc, in bwn_ntab_get_rf_pwr_offset_table()
3893 BWN_ERRPRINTF(mac->mac_sc, in bwn_ntab_get_rf_pwr_offset_table()
[all …]
H A Dif_bwn_phy_n_ppr.c159 BWN_ERRPRINTF(mac->mac_sc, in bwn_ppr_load_max_from_sprom()
168 BWN_ERRPRINTF(mac->mac_sc, "NVRAM variable %s unreadable: %d\n", in bwn_ppr_load_max_from_sprom()
175 BWN_ERRPRINTF(mac->mac_sc, "NVRAM variable %s unreadable: %d\n", in bwn_ppr_load_max_from_sprom()
H A Dif_bwn_phy_n_core.c207 BWN_ERRPRINTF(mac->mac_sc, "RF sequence status timeout\n"); in bwn_nphy_force_rf_sequence()
246 BWN_ERRPRINTF(mac->mac_sc, "Invalid override value %d\n", override); in bwn_nphy_rf_ctl_override_rev7()
277 BWN_ERRPRINTF(mac->mac_sc, "%s: phy rev %d out of range\n", in bwn_nphy_rf_ctl_override_one_to_many()
326 BWN_ERRPRINTF(mac->mac_sc, "%s: field 0x%04x has >1 bit set\n", in bwn_nphy_rf_ctl_override()
335 BWN_ERRPRINTF(mac->mac_sc, in bwn_nphy_rf_ctl_override()
370 BWN_ERRPRINTF(mac->mac_sc, in bwn_nphy_rf_ctl_override()
481 BWN_ERRPRINTF(mac->mac_sc, "%s: phy rev %d out of range\n", in bwn_nphy_rf_ctl_intc_override()
515 BWN_ERRPRINTF(mac->mac_sc, in bwn_nphy_rf_ctl_intc_override()
534 BWN_ERRPRINTF(mac->mac_sc, in bwn_nphy_rf_ctl_intc_override()
973 BWN_ERRPRINTF(mac->mac_sc, "Radio 0x2057 rcal timeout\n"); in bwn_radio_2057_rcal()
[all …]
/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_n.c172 BWN_ERRPRINTF(mac->mac_sc, "%s: bad reg access\n", __func__); in bwn_phy_n_rf_read()
190 BWN_ERRPRINTF(mac->mac_sc, "%s: bad reg access\n", __func__); in bwn_phy_n_rf_write()
H A Dif_bwn_debug.h68 #define BWN_ERRPRINTF(sc, ...) do { \ macro