Searched refs:elm_info (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | omap_elm.c | 72 struct elm_info { struct 85 static void elm_write_reg(struct elm_info *info, int offset, u32 val) in elm_write_reg() 90 static u32 elm_read_reg(struct elm_info *info, int offset) in elm_read_reg() 104 struct elm_info *info = dev_get_drvdata(dev); in elm_config() 139 static void elm_configure_page_mode(struct elm_info *info, int index, in elm_configure_page_mode() 161 static void elm_load_syndrome(struct elm_info *info, in elm_load_syndrome() 247 static void elm_start_processing(struct elm_info *info, in elm_start_processing() 279 static void elm_error_correction(struct elm_info *info, in elm_error_correction() 339 struct elm_info *info = dev_get_drvdata(dev); in elm_decode_bch_error_page() 366 struct elm_info *inf in elm_isr() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | omap_elm.c | 72 struct elm_info { struct 85 static void elm_write_reg(struct elm_info *info, int offset, u32 val) in elm_write_reg() 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 *inf in elm_isr() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | phy.c | 1360 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_phy_init_bb_reg() local 1365 bb_table = elm_info->bb_tbl ? elm_info->bb_tbl : chip->bb_table; in rtw89_phy_init_bb_reg() 1369 bb_gain_table = elm_info->bb_gain ? elm_info->bb_gain : chip->bb_gain_table; in rtw89_phy_init_bb_reg() 1387 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_phy_init_rf_reg() local 1398 rf_table = elm_info->rf_radio[path] ? in rtw89_phy_init_rf_reg() 1399 elm_info in rtw89_phy_init_rf_reg() 1416 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; rtw89_phy_init_rf_nctl() local [all...] |
H A D | fw.c | 553 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_build_phy_tbl_from_elm() local 566 elm_info->bb_tbl = tbl; in rtw89_build_phy_tbl_from_elm() 569 elm_info->bb_gain = tbl; in rtw89_build_phy_tbl_from_elm() 578 elm_info->rf_radio[idx] = tbl; in rtw89_build_phy_tbl_from_elm() 583 elm_info->rf_nctl = tbl; in rtw89_build_phy_tbl_from_elm() 1002 struct rtw89_fw_elm_info *elm_info = &rtwdev->fw.elm_info; in rtw89_unload_firmware_elements() local 1005 rtw89_free_phy_tbl_from_elm(elm_info->bb_tbl); in rtw89_unload_firmware_elements() 1006 rtw89_free_phy_tbl_from_elm(elm_info in rtw89_unload_firmware_elements() [all...] |
H A D | core.h | 3696 struct rtw89_fw_elm_info elm_info; member
|
Completed in 25 milliseconds