Searched refs:RTW89_CMAC_SEL (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | mac_be.c | 69 if (sel == RTW89_CMAC_SEL && mac_idx == RTW89_MAC_0 && in rtw89_mac_check_mac_en_be() 72 if (sel == RTW89_CMAC_SEL && mac_idx == RTW89_MAC_1 && in rtw89_mac_check_mac_en_be() 827 ret = rtw89_mac_check_mac_en(rtwdev, mac_idx, RTW89_CMAC_SEL); in scheduler_init_be() 874 ret = rtw89_mac_check_mac_en(rtwdev, mac_idx, RTW89_CMAC_SEL); in addr_cam_init_be() 987 ret = rtw89_mac_check_mac_en(rtwdev, mac_idx, RTW89_CMAC_SEL); in spatial_reuse_init_be() 1023 ret = rtw89_mac_check_mac_en(rtwdev, mac_idx, RTW89_CMAC_SEL); in trxptcl_init_be() 1577 else if (sel == RTW89_CMAC_SEL) in enable_imr_be() 1650 ret = enable_imr_be(rtwdev, RTW89_MAC_1, RTW89_CMAC_SEL); in band1_enable_be() 1784 ret = enable_imr_be(rtwdev, RTW89_MAC_0, RTW89_CMAC_SEL); in trx_init_be() 2036 RTW89_CMAC_SEL); in rtw89_mac_get_txpwr_cr_be() [all …]
|
| H A D | mac.c | 68 } else if (sel == RTW89_CMAC_SEL && mac_idx == 0) { in rtw89_mac_check_mac_en_ax() 71 } else if (sel == RTW89_CMAC_SEL && mac_idx == 1) { in rtw89_mac_check_mac_en_ax() 664 ret = rtw89_mac_check_mac_en(rtwdev, band, RTW89_CMAC_SEL); in rtw89_mac_dump_cmac_err_status_ax() 2359 ret = rtw89_mac_check_mac_en(rtwdev, mac_idx, RTW89_CMAC_SEL); in addr_cam_init_ax() 2386 ret = rtw89_mac_check_mac_en(rtwdev, mac_idx, RTW89_CMAC_SEL); in scheduler_init_ax() 2468 ret = rtw89_mac_check_mac_en(rtwdev, mac_idx, RTW89_CMAC_SEL); in rx_fltr_init_ax() 2530 ret = rtw89_mac_check_mac_en(rtwdev, mac_idx, RTW89_CMAC_SEL); in cca_ctrl_init_ax() 2572 ret = rtw89_mac_check_mac_en(rtwdev, mac_idx, RTW89_CMAC_SEL); in spatial_reuse_init_ax() 3693 } else if (sel == RTW89_CMAC_SEL) { in enable_imr_ax() 3729 ret = enable_imr_ax(rtwdev, RTW89_MAC_1, RTW89_CMAC_SEL); in dbcc_enable_ax() [all …]
|
| H A D | mac.h | 20 RTW89_CMAC_SEL = 1, enumerator
|
| H A D | phy_be.c | 344 ret = rtw89_mac_check_mac_en(rtwdev, RTW89_MAC_1, RTW89_CMAC_SEL); in rtw89_phy_bb_wrap_listen_path_en_init()
|
| H A D | debug.c | 1685 ret = rtw89_mac_check_mac_en(rtwdev, band, RTW89_CMAC_SEL); in rtw89_debug_mac_dump_cmac_err() 3242 if (rtw89_mac_check_mac_en(rtwdev, 0, RTW89_CMAC_SEL) && in is_dbg_port_valid() 3246 if (rtw89_mac_check_mac_en(rtwdev, 1, RTW89_CMAC_SEL) && in is_dbg_port_valid()
|