| /drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-scd.h | 54 if (chnl < 20) in SCD_QUEUE_WRPTR() 55 return SCD_BASE + 0x18 + chnl * 4; in SCD_QUEUE_WRPTR() 56 WARN_ON_ONCE(chnl >= 32); in SCD_QUEUE_WRPTR() 62 if (chnl < 20) in SCD_QUEUE_RDPTR() 63 return SCD_BASE + 0x68 + chnl * 4; in SCD_QUEUE_RDPTR() 64 WARN_ON_ONCE(chnl >= 32); in SCD_QUEUE_RDPTR() 65 return SCD_BASE + 0x2B4 + chnl * 4; in SCD_QUEUE_RDPTR() 70 if (chnl < 20) in SCD_QUEUE_STATUS_BITS() 71 return SCD_BASE + 0x10c + chnl * 4; in SCD_QUEUE_STATUS_BITS() 72 WARN_ON_ONCE(chnl >= 32); in SCD_QUEUE_STATUS_BITS() [all …]
|
| A D | iwl-fh.h | 72 unsigned int chnl) in FH_MEM_CBBC_QUEUE() argument 75 WARN_ON_ONCE(chnl >= 64); in FH_MEM_CBBC_QUEUE() 76 return TFH_TFDQ_CBB_TABLE + 8 * chnl; in FH_MEM_CBBC_QUEUE() 78 if (chnl < 16) in FH_MEM_CBBC_QUEUE() 79 return FH_MEM_CBBC_0_15_LOWER_BOUND + 4 * chnl; in FH_MEM_CBBC_QUEUE() 80 if (chnl < 20) in FH_MEM_CBBC_QUEUE() 81 return FH_MEM_CBBC_16_19_LOWER_BOUND + 4 * (chnl - 16); in FH_MEM_CBBC_QUEUE() 82 WARN_ON_ONCE(chnl >= 32); in FH_MEM_CBBC_QUEUE() 83 return FH_MEM_CBBC_20_31_LOWER_BOUND + 4 * (chnl - 20); in FH_MEM_CBBC_QUEUE()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| A D | rf.c | 31 [RF90_PATH_A][chnl - 1]; in _rtl92s_get_powerbase() 52 [i][chnl - 1]; in _rtl92s_get_powerbase() 80 chnl - 1]; in _rtl92s_get_powerbase() 83 chnl - 1]; in _rtl92s_get_powerbase() 87 chnl - 1]; in _rtl92s_get_powerbase() 90 chnl - 1]; in _rtl92s_get_powerbase() 188 if (chnl <= 3) in _rtl92s_get_txpower_writeval_byregulatory() 190 else if (chnl >= 4 && chnl <= 8) in _rtl92s_get_txpower_writeval_byregulatory() 192 else if (chnl > 8) in _rtl92s_get_txpower_writeval_byregulatory() 222 [RF90_PATH_A][chnl - 1]); in _rtl92s_get_txpower_writeval_byregulatory() [all …]
|
| A D | rf.h | 15 u8 *p_pwrlevel, u8 chnl);
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
| A D | phy_common.c | 392 u8 place = chnl; in _rtl92c_phy_get_rightchnlplace() 394 if (chnl > 14) { in _rtl92c_phy_get_rightchnlplace() 490 if (chnl > 14) { in rtl92d_get_rightchnlplace_for_iqk() 492 if (channel_all[place] == chnl) in rtl92d_get_rightchnlplace_for_iqk() 785 if (channel_all[chnl] <= 3) in rtl92d_get_chnlgroup_fromarray() 787 else if (channel_all[chnl] <= 9) in rtl92d_get_chnlgroup_fromarray() 789 else if (channel_all[chnl] <= 14) in rtl92d_get_chnlgroup_fromarray() 791 else if (channel_all[chnl] <= 44) in rtl92d_get_chnlgroup_fromarray() 793 else if (channel_all[chnl] <= 54) in rtl92d_get_chnlgroup_fromarray() 795 else if (channel_all[chnl] <= 64) in rtl92d_get_chnlgroup_fromarray() [all …]
|
| A D | phy_common.h | 68 u8 rtl92d_get_rightchnlplace_for_iqk(u8 chnl); 84 u8 rtl92d_get_chnlgroup_fromarray(u8 chnl);
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| A D | hw.c | 1739 if (1 <= chnl && chnl <= 2) in _rtl92ee_get_chnl_group() 1741 else if (3 <= chnl && chnl <= 5) in _rtl92ee_get_chnl_group() 1743 else if (6 <= chnl && chnl <= 8) in _rtl92ee_get_chnl_group() 1745 else if (9 <= chnl && chnl <= 11) in _rtl92ee_get_chnl_group() 1747 else if (12 <= chnl && chnl <= 14) in _rtl92ee_get_chnl_group() 1750 if (36 <= chnl && chnl <= 42) in _rtl92ee_get_chnl_group() 1752 else if (44 <= chnl && chnl <= 48) in _rtl92ee_get_chnl_group() 1754 else if (50 <= chnl && chnl <= 58) in _rtl92ee_get_chnl_group() 1756 else if (60 <= chnl && chnl <= 64) in _rtl92ee_get_chnl_group() 1758 else if (100 <= chnl && chnl <= 106) in _rtl92ee_get_chnl_group() [all …]
|
| A D | phy.c | 2760 static u8 rtl92ee_get_rightchnlplace_for_iqk(u8 chnl) in rtl92ee_get_rightchnlplace_for_iqk() argument 2770 u8 place = chnl; in rtl92ee_get_rightchnlplace_for_iqk() 2772 if (chnl > 14) { in rtl92ee_get_rightchnlplace_for_iqk() 2774 if (channel_all[place] == chnl) in rtl92ee_get_rightchnlplace_for_iqk()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| A D | hw.h | 7 static inline u8 rtl92c_get_chnl_group(u8 chnl) in rtl92c_get_chnl_group() argument 11 if (chnl < 3) in rtl92c_get_chnl_group() 13 else if (chnl < 9) in rtl92c_get_chnl_group()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| A D | hw.c | 2491 if (1 <= chnl && chnl <= 2) in _rtl8821ae_get_chnl_group() 2493 else if (3 <= chnl && chnl <= 5) in _rtl8821ae_get_chnl_group() 2495 else if (6 <= chnl && chnl <= 8) in _rtl8821ae_get_chnl_group() 2497 else if (9 <= chnl && chnl <= 11) in _rtl8821ae_get_chnl_group() 2502 if (36 <= chnl && chnl <= 42) in _rtl8821ae_get_chnl_group() 2504 else if (44 <= chnl && chnl <= 48) in _rtl8821ae_get_chnl_group() 2506 else if (50 <= chnl && chnl <= 58) in _rtl8821ae_get_chnl_group() 2508 else if (60 <= chnl && chnl <= 64) in _rtl8821ae_get_chnl_group() 2510 else if (100 <= chnl && chnl <= 106) in _rtl8821ae_get_chnl_group() 2512 else if (108 <= chnl && chnl <= 114) in _rtl8821ae_get_chnl_group() [all …]
|
| A D | phy.h | 226 u8 _rtl8812ae_get_right_chnl_place_for_iqk(u8 chnl);
|
| A D | phy.c | 1768 const char *chnl = array[i+5]; in _rtl8821ae_phy_read_and_config_txpwr_lmt() local 1773 chnl, val); in _rtl8821ae_phy_read_and_config_txpwr_lmt() 2318 u16 regu, bdwidth, sec, chnl; in _rtl8812ae_phy_get_txpower_limit() local 2443 chnl = channel_temp; in _rtl8812ae_phy_get_txpower_limit() 2451 [sec][chnl][rf_path]; in _rtl8812ae_phy_get_txpower_limit() 2456 [sec][chnl][rf_path]; in _rtl8812ae_phy_get_txpower_limit() 2463 [sec][chnl][rf_path]; in _rtl8812ae_phy_get_txpower_limit() 2467 rtlphy->txpwr_limit_5g[regu][chnl] in _rtl8812ae_phy_get_txpower_limit() 2468 [sec][chnl][rf_path]; in _rtl8812ae_phy_get_txpower_limit() 3584 if (chnl > 14) { in _rtl8812ae_get_right_chnl_place_for_iqk() [all …]
|
| /drivers/staging/rtl8723bs/hal/ |
| A D | HalHWImg8723B_RF.c | 541 u8 *chnl = Array[i+4]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() local 550 chnl, in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT()
|
| /drivers/remoteproc/ |
| A D | pru_rproc.h | 26 u8 chnl; member
|
| A D | pru_rproc.c | 570 fwspec.param[1] = rsc->pru_intc_map[i].chnl; in pru_handle_intrmap()
|
| /drivers/net/wwan/iosm/ |
| A D | iosm_ipc_imem.c | 17 static int ipc_imem_check_wwan_ips(struct ipc_mem_channel *chnl) in ipc_imem_check_wwan_ips() argument 19 if (chnl) in ipc_imem_check_wwan_ips() 20 return chnl->ctype == IPC_CTYPE_WWAN && in ipc_imem_check_wwan_ips() 21 chnl->if_id == IPC_MEM_MUX_IP_CH_IF_ID; in ipc_imem_check_wwan_ips()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| A D | hw.c | 1510 static u8 _rtl88e_get_chnl_group(u8 chnl) in _rtl88e_get_chnl_group() argument 1514 if (chnl < 3) in _rtl88e_get_chnl_group() 1516 else if (chnl < 6) in _rtl88e_get_chnl_group() 1518 else if (chnl < 9) in _rtl88e_get_chnl_group() 1520 else if (chnl < 12) in _rtl88e_get_chnl_group() 1522 else if (chnl < 14) in _rtl88e_get_chnl_group() 1524 else if (chnl == 14) in _rtl88e_get_chnl_group()
|
| /drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| A D | halbtcoutsrc.c | 115 u8 chnl = 1; in halbtc_get_wifi_central_chnl() local 118 chnl = rtlphy->current_channel; in halbtc_get_wifi_central_chnl() 120 "%s:%d\n", __func__, chnl); in halbtc_get_wifi_central_chnl() 121 return chnl; in halbtc_get_wifi_central_chnl()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| A D | hal_btc.c | 51 u8 chnl; in rtl_8723e_bt_wifi_media_status_notify() local 62 chnl = rtlphy->current_channel; in rtl_8723e_bt_wifi_media_status_notify() 63 h2c_parameter[1] = chnl; in rtl_8723e_bt_wifi_media_status_notify()
|
| A D | hw.c | 1371 static u8 _rtl8723e_get_chnl_group(u8 chnl) in _rtl8723e_get_chnl_group() argument 1375 if (chnl < 3) in _rtl8723e_get_chnl_group() 1377 else if (chnl < 9) in _rtl8723e_get_chnl_group()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| A D | phy.c | 2162 static u8 _get_right_chnl_place_for_iqk(u8 chnl) in _get_right_chnl_place_for_iqk() argument 2174 u8 place = chnl; in _get_right_chnl_place_for_iqk() 2176 if (chnl > 14) { in _get_right_chnl_place_for_iqk() 2178 if (channel_all[place] == chnl) in _get_right_chnl_place_for_iqk()
|
| A D | hw.c | 1726 static u8 _rtl8723be_get_chnl_group(u8 chnl) in _rtl8723be_get_chnl_group() argument 1730 if (chnl < 3) in _rtl8723be_get_chnl_group() 1732 else if (chnl < 9) in _rtl8723be_get_chnl_group()
|