Home
last modified time | relevance | path

Searched refs:chnl (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-scd.h52 static inline unsigned int SCD_QUEUE_WRPTR(unsigned int chnl) in SCD_QUEUE_WRPTR() argument
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()
57 return SCD_BASE + 0x284 + (chnl - 20) * 4; in SCD_QUEUE_WRPTR()
60 static inline unsigned int SCD_QUEUE_RDPTR(unsigned int chnl) in SCD_QUEUE_RDPTR() argument
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 * in SCD_QUEUE_RDPTR()
68 SCD_QUEUE_STATUS_BITS(unsigned int chnl) SCD_QUEUE_STATUS_BITS() argument
[all...]
H A Diwl-fh.h72 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()
451 * FH_TCSR_CHNL_TX_CONFIG_REG(chnl) wit
[all...]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Drf.c13 u8 chnl, u32 *ofdmbase, u32 *mcsbase, in _rtl92s_get_powerbase() argument
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()
151 u8 chnl, u8 index, in _rtl92s_get_txpower_writeval_byregulatory() argument
188 if (chnl <= 3) in _rtl92s_get_txpower_writeval_byregulatory()
190 else if (chnl > in _rtl92s_get_txpower_writeval_byregulatory()
344 rtl92s_phy_rf6052_set_ofdmtxpower(struct ieee80211_hw * hw,u8 * p_pwrlevel,u8 chnl) rtl92s_phy_rf6052_set_ofdmtxpower() argument
[all...]
H A Drf.h15 u8 *p_pwrlevel, u8 chnl);
/linux/net/caif/
H A Dchnl_net.c46 struct cflayer chnl; member
64 priv = container_of(layr, struct chnl_net, chnl); in chnl_recv_cb()
137 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold()
143 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put()
150 struct chnl_net *priv = container_of(layr, struct chnl_net, chnl); in chnl_flowctrl_cb()
184 caif_client_register_refcnt(&priv->chnl, chnl_hold, chnl_put); in chnl_flowctrl_cb()
228 result = priv->chnl.dn->transmit(priv->chnl.dn, pkt); in chnl_net_start_xmit()
257 &priv->chnl, &llifindex, in chnl_net_open()
326 caif_disconnect_client(dev_net(dev), &priv->chnl); in chnl_net_open()
[all...]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dphy_common.c390 static u8 _rtl92c_phy_get_rightchnlplace(u8 chnl) in _rtl92c_phy_get_rightchnlplace() argument
392 u8 place = chnl; in _rtl92c_phy_get_rightchnlplace()
394 if (chnl > 14) { in _rtl92c_phy_get_rightchnlplace()
396 if (channel_all[place] == chnl) { in _rtl92c_phy_get_rightchnlplace()
486 u8 rtl92d_get_rightchnlplace_for_iqk(u8 chnl) in rtl92d_get_rightchnlplace_for_iqk() argument
490 if (chnl > 14) { in rtl92d_get_rightchnlplace_for_iqk()
492 if (channel_all[place] == chnl) in rtl92d_get_rightchnlplace_for_iqk()
781 u8 rtl92d_get_chnlgroup_fromarray(u8 chnl) in rtl92d_get_chnlgroup_fromarray() argument
785 if (channel_all[chnl] <= 3) in rtl92d_get_chnlgroup_fromarray()
787 else if (channel_all[chnl] < in rtl92d_get_chnlgroup_fromarray()
[all...]
H A Dphy_common.h68 u8 rtl92d_get_rightchnlplace_for_iqk(u8 chnl);
84 u8 rtl92d_get_chnlgroup_fromarray(u8 chnl);
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.h7 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()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.c1734 static __always_inline u8 _rtl92ee_get_chnl_group(u8 chnl) in _rtl92ee_get_chnl_group() argument
1738 if (chnl <= 14) { in _rtl92ee_get_chnl_group()
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 < in _rtl92ee_get_chnl_group()
[all...]
/linux/drivers/remoteproc/
H A Dpru_rproc.h15 * @chnl: channel number assigned to a given @event
16 * @host: host number assigned to a given @chnl
26 u8 chnl; member
H A Dpru_rproc.c570 fwspec.param[1] = rsc->pru_intc_map[i].chnl; in pru_handle_intrmap()
573 dev_dbg(dev, "mapping%d: event %d, chnl %d, host %d\n", in pru_handle_intrmap()
578 dev_err(dev, "failed to get virq for fw mapping %d: event %d chnl %d host %d\n", in pru_handle_intrmap()
/linux/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_RF.c541 u8 *chnl = Array[i+4]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() local
550 chnl, in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.h226 u8 _rtl8812ae_get_right_chnl_place_for_iqk(u8 chnl);
H A Dphy.c1413 "TxPwrLimit_5G[regulation %d][bw %d][rateSection %d][channel %d] =%d\n(TxPwrLimit in dBm %d - BW40PwrLmt5G[chnl group %d][rfpath %d] %d)\n", in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1637 "Illegal index of pwr_lmt table [chnl %d][val %d]\n", in _rtl8812ae_phy_set_txpower_limit()
1699 "2.4G [regula %d][bw %d][sec %d][chnl %d][val %d]\n", in _rtl8812ae_phy_set_txpower_limit()
1722 "5G: [regul %d][bw %d][sec %d][chnl %d][val %d]\n", in _rtl8812ae_phy_set_txpower_limit()
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
2434 "Wrong index value to access power limit table [band %d][regulation %d][bandwidth %d][rf_path %d][rate_section %d][chnl %d]\n", in _rtl8812ae_phy_get_txpower_limit()
2443 chnl = channel_temp; in _rtl8812ae_phy_get_txpower_limit()
2451 [sec][chnl][rf_pat in _rtl8812ae_phy_get_txpower_limit()
3573 _rtl8812ae_get_right_chnl_place_for_iqk(u8 chnl) _rtl8812ae_get_right_chnl_place_for_iqk() argument
[all...]
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_imem.c17 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()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c1510 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()
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c115 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()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhal_btc.c51 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()
H A Dhw.c1371 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()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c2162 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()
H A Dhw.c1726 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()
/linux/Documentation/staging/
H A Drpmsg.rst242 dev_info(&rpdev->dev, "chnl: 0x%x -> 0x%x\n", rpdev->src, rpdev->dst);