Searched refs:iqk_cmd (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8814a.c | 1584 u32 iqk_cmd; in rtw8814a_iqk_tx_one_shot() local 1589 iqk_cmd = 0xf8000001 | ((bw + 3) << 8) | (BIT(path) << 4); in rtw8814a_iqk_tx_one_shot() 1591 rtw_dbg(rtwdev, RTW_DBG_RFK, "TXK_Trigger = %#x\n", iqk_cmd); in rtw8814a_iqk_tx_one_shot() 1593 rtw_write32(rtwdev, 0x1b00, iqk_cmd); in rtw8814a_iqk_tx_one_shot() 1639 u32 iqk_cmd; in rtw8814a_iqk_rx_one_shot() local 1667 iqk_cmd = 0xf8000001 | ((9 - bw) << 8) | (BIT(path) << 4); in rtw8814a_iqk_rx_one_shot() 1669 rtw_dbg(rtwdev, RTW_DBG_RFK, "RXK_Trigger = 0x%x\n", iqk_cmd); in rtw8814a_iqk_rx_one_shot() 1671 rtw_write32(rtwdev, 0x1b00, iqk_cmd); in rtw8814a_iqk_rx_one_shot()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8851b_rfk.c | 743 u32 iqk_cmd; in _iqk_one_shot() local 750 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot() 756 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot() 762 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot() 768 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot() 774 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot() 781 iqk_cmd = 0x708 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot() 787 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot() 796 iqk_cmd = 0x408 | (1 << (4 + path)); in _iqk_one_shot() 804 iqk_cmd = 0x608 | (1 << (4 + path)); in _iqk_one_shot() [all …]
|
| H A D | rtw8852c_rfk.c | 725 u32 iqk_cmd; in _iqk_one_shot() local 730 iqk_cmd = 0x008 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot() 734 iqk_cmd = 0x008 | (1 << (4 + path)); in _iqk_one_shot() 738 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot() 742 iqk_cmd = 0x508 | (1 << (4 + path)); in _iqk_one_shot() 746 iqk_cmd = 0x208 | (1 << (4 + path)); in _iqk_one_shot() 750 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot() 754 iqk_cmd = 0x008 | (1 << (4 + path)) | ((0x8 + iqk_info->iqk_bw[path]) << 8); in _iqk_one_shot() 757 iqk_cmd = 0x508 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot() 761 iqk_cmd = 0x008 | (1 << (4 + path)) | ((0xc + iqk_info->iqk_bw[path]) << 8); in _iqk_one_shot() [all …]
|
| H A D | rtw8852bt_rfk.c | 956 u32 iqk_cmd; in _iqk_one_shot() local 961 iqk_cmd = 0x008 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot() 964 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot() 967 iqk_cmd = 0x208 | (1 << (4 + path)); in _iqk_one_shot() 970 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot() 973 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot() 977 iqk_cmd = 0x508 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot() 980 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot() 984 iqk_cmd = 0x408 | (1 << (4 + path)); in _iqk_one_shot() 987 iqk_cmd = 0x608 | (1 << (4 + path)); in _iqk_one_shot() [all …]
|
| H A D | rtw8852b_rfk.c | 819 u32 iqk_cmd; in _iqk_one_shot() local 825 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot() 829 iqk_cmd = 0x208 | (1 << (4 + path)); in _iqk_one_shot() 833 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot() 837 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot() 841 iqk_cmd = 0x508 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot() 845 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot() 851 iqk_cmd = 0x408 | (1 << (4 + path)); in _iqk_one_shot() 856 iqk_cmd = 0x608 | (1 << (4 + path)); in _iqk_one_shot() 862 rtw89_phy_write32_mask(rtwdev, R_NCTL_CFG, MASKDWORD, iqk_cmd + 1); in _iqk_one_shot()
|
| H A D | rtw8852a_rfk.c | 808 u32 iqk_cmd = 0x0; in _iqk_one_shot() local 820 iqk_cmd = 0x008 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot() 825 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot() 830 iqk_cmd = 0x208 | (1 << (4 + path)); in _iqk_one_shot() 835 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot() 839 iqk_cmd = 0x508 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot() 844 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot() 850 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot() 855 iqk_cmd = 0x608 | (1 << (4 + path)); in _iqk_one_shot() 861 rtw89_phy_write32_mask(rtwdev, R_NCTL_CFG, MASKDWORD, iqk_cmd + 1); in _iqk_one_shot()
|