Home
last modified time | relevance | path

Searched refs:GET_VERSION_MP (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_hwconfig.c38 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
42 #define GET_VERSION(ic, txt) (p_dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
44 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
836 version = GET_VERSION_MP(8821a, _mac_reg); in odm_get_hw_img_version()
840 version = GET_VERSION_MP(8192e, _mac_reg); in odm_get_hw_img_version()
844 version = GET_VERSION_MP(8812a, _mac_reg); in odm_get_hw_img_version()
848 version = GET_VERSION_MP(8723d, _mac_reg); in odm_get_hw_img_version()
853 version = GET_VERSION_MP(8710b, _mac_reg); in odm_get_hw_img_version()
861 version = GET_VERSION_MP(8188e, _mac_reg); in odm_get_hw_img_version()
865 version = GET_VERSION_MP(8723b, _mac_reg); in odm_get_hw_img_version()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_hwconfig.c49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1329 version = GET_VERSION_MP(8821a, _mac_reg); in odm_get_hw_img_version()
1333 version = GET_VERSION_MP(8192e, _mac_reg); in odm_get_hw_img_version()
1337 version = GET_VERSION_MP(8812a, _mac_reg); in odm_get_hw_img_version()
1341 version = GET_VERSION_MP(8723d, _mac_reg); in odm_get_hw_img_version()
1346 version = GET_VERSION_MP(8710b, _mac_reg); in odm_get_hw_img_version()
1353 version = GET_VERSION_MP(8188e, _mac_reg); in odm_get_hw_img_version()
1357 version = GET_VERSION_MP(8723b, _mac_reg); in odm_get_hw_img_version()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_hwconfig.c49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1329 version = GET_VERSION_MP(8821a, _mac_reg); in odm_get_hw_img_version()
1333 version = GET_VERSION_MP(8192e, _mac_reg); in odm_get_hw_img_version()
1337 version = GET_VERSION_MP(8812a, _mac_reg); in odm_get_hw_img_version()
1341 version = GET_VERSION_MP(8723d, _mac_reg); in odm_get_hw_img_version()
1346 version = GET_VERSION_MP(8710b, _mac_reg); in odm_get_hw_img_version()
1353 version = GET_VERSION_MP(8188e, _mac_reg); in odm_get_hw_img_version()
1357 version = GET_VERSION_MP(8723b, _mac_reg); in odm_get_hw_img_version()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_hwconfig.c49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1329 version = GET_VERSION_MP(8821a, _mac_reg); in odm_get_hw_img_version()
1333 version = GET_VERSION_MP(8192e, _mac_reg); in odm_get_hw_img_version()
1337 version = GET_VERSION_MP(8812a, _mac_reg); in odm_get_hw_img_version()
1341 version = GET_VERSION_MP(8723d, _mac_reg); in odm_get_hw_img_version()
1346 version = GET_VERSION_MP(8710b, _mac_reg); in odm_get_hw_img_version()
1353 version = GET_VERSION_MP(8188e, _mac_reg); in odm_get_hw_img_version()
1357 version = GET_VERSION_MP(8723b, _mac_reg); in odm_get_hw_img_version()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_hwconfig.c58 #define GET_VERSION_MP(ic, txt) (ODM_GetVersion_MP_##ic##txt()) macro
60 #define GET_VERSION(ic, txt) (pDM_Odm->bIsMPChip?GET_VERSION_MP(ic,txt):GET_VERSION_TC(ic,txt))
2836 Version = GET_VERSION_MP(8821A,_MAC_REG); in ODM_GetHWImgVersion()
2840 Version = GET_VERSION_MP(8192E,_MAC_REG); in ODM_GetHWImgVersion()
2844 Version = GET_VERSION_MP(8812A,_MAC_REG); in ODM_GetHWImgVersion()
2848 Version = GET_VERSION_MP(8723D, _MAC_REG); in ODM_GetHWImgVersion()
2855 Version = GET_VERSION_MP(8188E,_MAC_REG); in ODM_GetHWImgVersion()
2859 Version = GET_VERSION_MP(8723B, _MAC_REG); in ODM_GetHWImgVersion()
2863 Version = GET_VERSION_MP(8814A,_MAC_REG); in ODM_GetHWImgVersion()
2867 Version = GET_VERSION_MP(8703B, _MAC_REG); in ODM_GetHWImgVersion()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_hwconfig.c58 #define GET_VERSION_MP(ic, txt) (ODM_GetVersion_MP_##ic##txt()) macro
60 #define GET_VERSION(ic, txt) (pDM_Odm->bIsMPChip?GET_VERSION_MP(ic,txt):GET_VERSION_TC(ic,txt))
2791 Version = GET_VERSION_MP(8723A,_MAC_REG); in ODM_GetHWImgVersion()
2795 Version = GET_VERSION_MP(8723B,_MAC_REG); in ODM_GetHWImgVersion()
2799 Version = GET_VERSION_MP(8821A,_MAC_REG); in ODM_GetHWImgVersion()
2803 Version = GET_VERSION_MP(8192E,_MAC_REG); in ODM_GetHWImgVersion()
2807 Version = GET_VERSION_MP(8812A,_MAC_REG); in ODM_GetHWImgVersion()
2814 Version = GET_VERSION_MP(8188E,_MAC_REG); in ODM_GetHWImgVersion()
2818 Version = GET_VERSION_MP(8814A,_MAC_REG); in ODM_GetHWImgVersion()
2822 Version = GET_VERSION_MP(8703B, _MAC_REG); in ODM_GetHWImgVersion()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_hwconfig.c58 #define GET_VERSION_MP(ic, txt) (ODM_GetVersion_MP_##ic##txt()) macro
60 #define GET_VERSION(ic, txt) (pDM_Odm->bIsMPChip?GET_VERSION_MP(ic,txt):GET_VERSION_TC(ic,txt))
2801 Version = GET_VERSION_MP(8723A,_MAC_REG); in ODM_GetHWImgVersion()
2805 Version = GET_VERSION_MP(8723B,_MAC_REG); in ODM_GetHWImgVersion()
2809 Version = GET_VERSION_MP(8821A,_MAC_REG); in ODM_GetHWImgVersion()
2813 Version = GET_VERSION_MP(8192E,_MAC_REG); in ODM_GetHWImgVersion()
2817 Version = GET_VERSION_MP(8812A,_MAC_REG); in ODM_GetHWImgVersion()
2824 Version = GET_VERSION_MP(8188E,_MAC_REG); in ODM_GetHWImgVersion()
2828 Version = GET_VERSION_MP(8814A,_MAC_REG); in ODM_GetHWImgVersion()
2832 Version = GET_VERSION_MP(8703B, _MAC_REG); in ODM_GetHWImgVersion()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c12 #define GET_VERSION_MP(ic, txt) (ODM_GetVersion_MP_##ic##txt()) macro
13 #define GET_VERSION(ic, txt) (pDM_Odm->bIsMPChip?GET_VERSION_MP(ic, txt):GET_VERSION_TC(ic, txt))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm_hwconfig.c49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1526 version = GET_VERSION_MP(8710c, _mac_reg); in odm_get_hw_img_version()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_hwconfig.c48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1512 version = GET_VERSION_MP(8710c, _mac_reg); in odm_get_hw_img_version()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_hwconfig.c48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1525 version = GET_VERSION_MP(8710c, _mac_reg); in odm_get_hw_img_version()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_hwconfig.c48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1525 version = GET_VERSION_MP(8710c, _mac_reg); in odm_get_hw_img_version()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_hwconfig.c49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1554 version = GET_VERSION_MP(8710c, _mac_reg); in odm_get_hw_img_version()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_hwconfig.c48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1593 version = GET_VERSION_MP(8710c, _mac_reg); in odm_get_hw_img_version()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_hwconfig.c48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1560 version = GET_VERSION_MP(8710c, _mac_reg); in odm_get_hw_img_version()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_hwconfig.c48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1553 version = GET_VERSION_MP(8710c, _mac_reg); in odm_get_hw_img_version()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_hwconfig.c48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) macro
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt))
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt)
1593 version = GET_VERSION_MP(8710c, _mac_reg); in odm_get_hw_img_version()