Home
last modified time | relevance | path

Searched refs:support_interface (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/
Dhalhwimg8822b_mac.c38 (dm->support_interface & 0xF0) << 16 | in check_positive()
40 (dm->support_interface & 0x0F) << 8 | _board_type; in check_positive()
63 dm->support_platform, dm->support_interface); in check_positive()
Dhalhwimg8822b_bb.c38 (dm->support_interface & 0xF0) << 16 | in check_positive()
40 (dm->support_interface & 0x0F) << 8 | _board_type; in check_positive()
63 dm->support_platform, dm->support_interface); in check_positive()
Dhalhwimg8822b_rf.c38 (dm->support_interface & 0xF0) << 16 | in check_positive()
40 (dm->support_interface & 0x0F) << 8 | _board_type; in check_positive()
63 dm->support_platform, dm->support_interface); in check_positive()
Dphydm_iqk_8822b.c1250 dm->support_interface, dm->cut_version); in _phy_iq_calibrate_8822b()
Dphydm_hal_api8822b.c496 __func__, dm->package_type, dm->support_interface, in phydm_ccapar_by_rfe_8822b()
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_hwconfig.c1250 dm->support_platform, dm->support_interface, dm->board_type); in odm_config_rf_with_header_file()
1282 dm->support_platform, dm->support_interface, dm->board_type); in odm_config_rf_with_tx_pwr_track_header_file()
1345 dm->support_platform, dm->support_interface, dm->board_type); in odm_config_mac_with_header_file()
Dphydm.h432 u8 support_interface; member
Dphydm.c735 dm->support_interface = (u8)value; in odm_cmn_info_init()