Searched refs:CCK_PD_LV_MAX (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | phy.h | 169 CCK_PD_LV_MAX, enumerator
|
H A D | phy.c | 725 return CCK_PD_LV_MAX; in rtw_phy_cck_pd_lv_unlink() 753 return CCK_PD_LV_MAX; in rtw_phy_cck_pd_lv_link() 787 if (level >= CCK_PD_LV_MAX) in rtw_phy_cck_pd()
|
H A D | rtw8821c.c | 1186 u8 pd[CCK_PD_LV_MAX] = {3, 7, 13, 13, 13}; in rtw8821c_phy_cck_pd_set()
|
H A D | rtw8723d.c | 1022 u8 pd[CCK_PD_LV_MAX] = {3, 7, 13, 13, 13}; in rtw8723d_phy_cck_pd_set()
|
H A D | rtw88xxa.c | 1951 static const u8 pd[CCK_PD_LV_MAX] = {0x40, 0x83, 0xcd, 0xdd, 0xed}; in rtw88xxa_phy_cck_pd_set()
|
H A D | rtw8814a.c | 1987 static const u8 pd[CCK_PD_LV_MAX] = {0x40, 0x83, 0xcd, 0xdd, 0xed}; in rtw8814a_phy_cck_pd_set()
|