Searched refs:dbcc_2g_phy (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 413 u32 dbcc_2g_phy: 2; member 3142 u8 level_id = 0, link_mode = 0, i, dbcc_2g_phy = 0; in _set_rf_trx_para() local 3148 dbcc_2g_phy = i; in _set_rf_trx_para() 3152 dbcc_2g_phy = wl->role_info_v1.dbcc_2g_phy; in _set_rf_trx_para() 3155 dbcc_2g_phy = wl->role_info_v2.dbcc_2g_phy; in _set_rf_trx_para() 3207 (rtwdev->dbcc_en && dbcc_2g_phy != RTW89_PHY_1)) in _set_rf_trx_para() 5256 u8 is_preagc, val, link_mode, dbcc_2g_phy; in _set_wl_preagc_ctrl() local 5266 dbcc_2g_phy = rinfo_v2->dbcc_2g_phy; in _set_wl_preagc_ctrl() 5270 dbcc_2g_phy = rinfo_v7->dbcc_2g_phy; in _set_wl_preagc_ctrl() 5274 dbcc_2g_phy = rinfo_v7->dbcc_2g_phy; in _set_wl_preagc_ctrl() [all …]
|
| H A D | core.h | 1772 u32 dbcc_2g_phy: 2; /* which phy operate in 2G, HW_PHY_0 or HW_PHY_1 */ member 1787 u32 dbcc_2g_phy: 2; /* which phy operate in 2G, HW_PHY_0 or HW_PHY_1 */ member 1823 u32 dbcc_2g_phy; /* which phy operate in 2G, HW_PHY_0 or HW_PHY_1 */ member 1835 u8 dbcc_2g_phy; /* which phy operate in 2G, HW_PHY_0 or HW_PHY_1 */ member
|
| H A D | fw.h | 2453 __le32 dbcc_2g_phy; member 2471 u8 dbcc_2g_phy; member
|
| H A D | fw.c | 5819 RTW89_SET_FWCMD_CXROLE_DBCC_2G_PHY(cmd, role_info->dbcc_2g_phy, offset); in rtw89_fw_h2c_cxdrv_role_v1() 5905 RTW89_SET_FWCMD_CXROLE_DBCC_2G_PHY(cmd, role_info->dbcc_2g_phy, offset); in rtw89_fw_h2c_cxdrv_role_v2() 5952 h2c->_u32.dbcc_2g_phy = cpu_to_le32(role->dbcc_2g_phy); in rtw89_fw_h2c_cxdrv_role_v7()
|