Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Domap_elm.c72 struct elm_info { struct
85 static void elm_write_reg(struct elm_info *info, int offset, u32 val) in elm_write_reg() argument
90 static u32 elm_read_reg(struct elm_info *info, int offset) in elm_read_reg()
107 struct elm_info *info = dev_get_drvdata(dev); in elm_config()
142 static void elm_configure_page_mode(struct elm_info *info, int index, in elm_configure_page_mode()
164 static void elm_load_syndrome(struct elm_info *info, in elm_load_syndrome()
250 static void elm_start_processing(struct elm_info *info, in elm_start_processing()
282 static void elm_error_correction(struct elm_info *info, in elm_error_correction()
340 struct elm_info *info = dev_get_drvdata(dev); in elm_decode_bch_error_page()
367 struct elm_info *info = dev_id; in elm_isr()
[all …]
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1103 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_build_phy_tbl_from_elm() local
1115 pp = &elm_info->bb_tbl; in rtw89_build_phy_tbl_from_elm()
1118 pp = &elm_info->bb_gain; in rtw89_build_phy_tbl_from_elm()
1125 pp = &elm_info->rf_radio[idx]; in rtw89_build_phy_tbl_from_elm()
1130 pp = &elm_info->rf_nctl; in rtw89_build_phy_tbl_from_elm()
1228 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_build_txpwr_trk_tbl_from_elm() local
1256 elm_info->txpwr_trk = kzalloc_obj(*elm_info->txpwr_trk); in rtw89_build_txpwr_trk_tbl_from_elm()
1257 if (!elm_info->txpwr_trk) in rtw89_build_txpwr_trk_tbl_from_elm()
1276 elm_info->txpwr_trk->delta[type] = &elm->u.txpwr_trk.contents[offset]; in rtw89_build_txpwr_trk_tbl_from_elm()
1288 kfree(elm_info->txpwr_trk); in rtw89_build_txpwr_trk_tbl_from_elm()
[all …]
H A Dphy.c1887 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_phy_init_bb_reg() local
1892 bb_table = elm_info->bb_tbl ? elm_info->bb_tbl : chip->bb_table; in rtw89_phy_init_bb_reg()
1905 bb_gain_table = elm_info->bb_gain ? elm_info->bb_gain : chip->bb_gain_table; in rtw89_phy_init_bb_reg()
1915 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_phy_init_bb_afe() local
1916 const struct rtw89_fw_element_hdr *afe_elm = elm_info->afe; in rtw89_phy_init_bb_afe()
2009 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_phy_init_rf_reg() local
2021 rf_table = elm_info->rf_radio[path] ? in rtw89_phy_init_rf_reg()
2022 elm_info->rf_radio[path] : chip->rf_table[path]; in rtw89_phy_init_rf_reg()
2067 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_phy_init_rf_nctl() local
2073 nctl_table = elm_info->rf_nctl ? elm_info->rf_nctl : chip->nctl_table; in rtw89_phy_init_rf_nctl()
[all …]
H A Drtw8922d.c2308 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw8922d_set_digital_pwr_comp() local
2309 const struct rtw89_fw_element_hdr *txcomp_elm = elm_info->tx_comp; in rtw8922d_set_digital_pwr_comp()
H A Drtw8852a_rfk.c2913 const struct rtw89_fw_txpwr_track_cfg *trk = rtwdev->fw.elm_info.txpwr_trk; in _tssi_set_tmeter_tbl()
H A Drtw8852b_rfk.c2787 const struct rtw89_fw_txpwr_track_cfg *trk = rtwdev->fw.elm_info.txpwr_trk; in _tssi_set_tmeter_tbl()
H A Drtw8851b_rfk.c2826 const struct rtw89_fw_txpwr_track_cfg *trk = rtwdev->fw.elm_info.txpwr_trk; in _tssi_set_tmeter_tbl()
H A Drtw8852c_rfk.c2995 const struct rtw89_fw_txpwr_track_cfg *trk = rtwdev->fw.elm_info.txpwr_trk; in _tssi_set_tmeter_tbl()
H A Ddebug.c5255 const struct rtw89_fw_element_hdr *elm = rtwdev->fw.elm_info.diag_mac; in rtw89_mac_diag_iter_all()
H A Dcore.h6119 struct rtw89_fw_elm_info elm_info; member